feat(conversion): add Interactive Luxury FAQ Accordion and Sticky Mobile Quick Connect Dock
This commit is contained in:
@@ -9,9 +9,11 @@ import PillarsSection from '@/components/PillarsSection';
|
||||
import ServicesSection from '@/components/ServicesSection';
|
||||
import TestimonialsSection from '@/components/TestimonialsSection';
|
||||
import AboutSection from '@/components/AboutSection';
|
||||
import FaqSection from '@/components/FaqSection';
|
||||
import BookingForm from '@/components/BookingForm';
|
||||
import Footer from '@/components/Footer';
|
||||
import GoldSparkles from '@/components/GoldSparkles';
|
||||
import MobileQuickBar from '@/components/MobileQuickBar';
|
||||
|
||||
export default function Home() {
|
||||
useEffect(() => {
|
||||
@@ -37,8 +39,10 @@ export default function Home() {
|
||||
<ServicesSection />
|
||||
<TestimonialsSection />
|
||||
<AboutSection />
|
||||
<FaqSection />
|
||||
<BookingForm />
|
||||
<Footer />
|
||||
<MobileQuickBar />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user