diff --git a/src/app/page.tsx b/src/app/page.tsx index 06268fc..14bd06e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,8 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Instagram, Facebook, Twitter, MapPin, Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -57,6 +54,7 @@ export default function LandingPage() { showStepNumbers={false} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Breakfast", description: "Start your day with our farm-to-table breakfast items.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-basket-with-cup-tea-side-view-wooden-table_176474-8129.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-parmesan-ceramic-plate-luxury-restaurant_114579-2154.jpg" } } ]} @@ -87,6 +85,7 @@ export default function LandingPage() { { name: "date", type: "date", placeholder: "Date" } ]} buttonText="Book Now" + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/high-angle-cup-with-delicious-coffee-table_23-2149703757.jpg" /> @@ -101,6 +100,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -112,6 +112,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email" }, { name: "msg", type: "text", placeholder: "Message" } ]} + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cakes-with-icing-cup-tea-pink_140725-78155.jpg" />