diff --git a/src/app/page.tsx b/src/app/page.tsx index 81c406e..d7fbdaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
+ +