// SECTION: HOMEINTRO //import './VideoSection.module.css' import axios from 'axios' import Container from 'components/BlogContainer' import React, { useEffect, useState } from 'react' import { Fade, Slide } from 'react-awesome-reveal' import ReactPlayer from 'react-player/lazy' // Homepage video 🡪 company profile const HomeIntro = ({}) => { const [data, setData] = useState([]) useEffect(() => { const fetchData = async () => { try { const response = await axios.get('/api/homepageSection/homeIntroData') setData(response.data) } catch (error) { console.error('Error fetching data:', error) } } fetchData() }, []) return ( <>
We are thrilled to have you here and we hope that you will find our website informative and inspiring. GWK Cultural Park is home to some of the most iconic cultural landmarks in Bali, including the magnificent Garuda Wisnu Kencana statue, which stands tall at 121 meters and is a representation of the Hindu god Vishnu and his mount, the Garuda bird.
*/}Our park also features a range of cultural activities and performances, including the Kecak Garuda Wisnu dance, traditional Balinese music and dance performances, and much more. Whether you are a history buff, an art enthusiast, or simply looking for a fun and unique experience in Bali, GWK Cultural Park has something for everyone. We invite you to explore our website and discover all that our park has to offer. Thank you for visiting GWK Cultural Park online, and we hope to see you in person soon!