feat(engagement): add Interactive Custom Studio Mood Board, 5-Star Client Reviews showcase, and smart booking prefill
This commit is contained in:
+5
-1
@@ -3,9 +3,11 @@
|
||||
import React, { useEffect } from 'react';
|
||||
import Header from '@/components/Header';
|
||||
import Hero from '@/components/Hero';
|
||||
import PillarsSection from '@/components/PillarsSection';
|
||||
import PortfolioGallery from '@/components/PortfolioGallery';
|
||||
import MoodBoardEstimator from '@/components/MoodBoardEstimator';
|
||||
import PillarsSection from '@/components/PillarsSection';
|
||||
import ServicesSection from '@/components/ServicesSection';
|
||||
import TestimonialsSection from '@/components/TestimonialsSection';
|
||||
import AboutSection from '@/components/AboutSection';
|
||||
import BookingForm from '@/components/BookingForm';
|
||||
import Footer from '@/components/Footer';
|
||||
@@ -30,8 +32,10 @@ export default function Home() {
|
||||
<Header />
|
||||
<Hero />
|
||||
<PortfolioGallery />
|
||||
<MoodBoardEstimator />
|
||||
<PillarsSection />
|
||||
<ServicesSection />
|
||||
<TestimonialsSection />
|
||||
<AboutSection />
|
||||
<BookingForm />
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user