diff --git a/src/app/page.tsx b/src/app/page.tsx index f40cb6c..11b373b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -32,11 +31,14 @@ export default function LandingPage() {
@@ -63,9 +76,17 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} title="Our Passion for Pizza" - description="Since 1995, we have dedicated ourselves to mastering the art of the perfect pizza. Every pie is handcrafted in our wood-fired oven." + description="Since 1995, we have dedicated ourselves to mastering the art of the perfect pizza. Every pie is handcrafted in our wood-fired oven using tradition passed down through generations." + bulletPoints={[ + { + title: "Fresh Dough Daily", description: "Hand-kneaded using premium imported flour."}, + { + title: "Wood-Fired Oven", description: "Authentic smoky flavor in every bite."}, + { + title: "Farm-to-Table", description: "Fresh produce sourced from local farmers."}, + ]} imageSrc="http://img.b2bpic.net/free-photo/chef-making-pizza-kitchen_1150-17791.jpg" - bulletPoints={[{ title: "Fresh Dough", description: "Hand-kneaded daily." }, { title: "Wood-fired", description: "Authentic flavor." }]} + mediaAnimation="slide-up" /> @@ -74,9 +95,22 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - features={[{ id: "f1", title: "Quality", tags: ["Premium"] }, { id: "f2", title: "Speed", tags: ["Fast"] }]} + features={[ + { + id: "1", title: "Original Recipes", tags: [ + "Authentic"], + imageSrc: "http://img.b2bpic.net/free-photo/delicious-arugula-pizza-with-copy-space_23-2148574287.jpg"}, + { + id: "2", title: "Handmade Quality", tags: [ + "Handcrafted"], + imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-cheese-salad_23-2150096949.jpg"}, + { + id: "3", title: "Premium Toppings", tags: [ + "Gourmet"], + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-ingredients_23-2148357190.jpg"}, + ]} title="What Makes Us Special" - description="Authentic ingredients, traditional methods." + description="We don't just make pizza; we create an authentic experience you'll remember." /> @@ -86,23 +120,22 @@ export default function LandingPage() { textboxLayout="default" gridVariant="two-columns-alternating-heights" useInvertedBackground={false} - title="Explore Our Menu" - description="Handcrafted pies and unique creations." - products={[{ id: "1", name: "Margherita", price: "$15", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-basil-mozzarella_140725-7836.jpg" }, { id: "2", name: "Pepperoni", price: "$18", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-mushroom-sausages-bell-pepper-olive-onion_141793-2158.jpg" }, { id: "3", name: "Veggie", price: "$16", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-vegetables-wooden-background_140725-7871.jpg" }]} - /> - - -