diff --git a/src/app/page.tsx b/src/app/page.tsx index 4eee59a..9da5142 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -97,27 +97,21 @@ export default function LandingPage() { @@ -153,12 +147,6 @@ export default function LandingPage() { id: "1", title: "Amazing Flavor", quote: "The crunch is real! Best burger in the city.", name: "Amine", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-burger-cut-half_23-2148678849.jpg"}, { id: "2", title: "Incredible Service", quote: "Fast, friendly, and delicious. My new favorite spot.", name: "Sarah", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg"}, - { - id: "3", title: "Juicy and Perfect", quote: "I love the attention to detail in every layer.", name: "Yacine", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/guy-black-gloves-holds-juicy-cheeseburger-brown-bread_140725-7028.jpg"}, - { - id: "4", title: "True Quality", quote: "You can taste the quality in the ingredients.", name: "Fatima", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-sweet-potato-fries-with-sauce_23-2148678823.jpg"}, - { - id: "5", title: "Will Come Back", quote: "Absolutely the best burger I've had in years.", name: "Karim", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868201.jpg"}, ]} title="What Our Customers Say" description="Real feedback from our satisfied foodies across Algiers." @@ -170,9 +158,11 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "rotated-rays-static"}} - tag="Contact Us" - title="Ready for your crunch?" - description="Order today or reach out for inquiries and catering." + tag="Order Today" + title="Checkout Your Order" + description="Please enter your details to complete your order." + buttonText="Complete Order" + termsText="By completing your order, you provide us with your first name, last name, phone number, state, and municipality information for delivery purposes." />