diff --git a/src/app/page.tsx b/src/app/page.tsx index 15c06ad..bd04e0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ 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'; @@ -31,22 +32,11 @@ export default function LandingPage() { @@ -100,23 +63,8 @@ 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 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.", - }, - ]} + description="Since 1995, we have dedicated ourselves to mastering the art of the perfect pizza. Every pie is handcrafted in our wood-fired oven." imageSrc="http://img.b2bpic.net/free-photo/chef-making-pizza-kitchen_1150-17791.jpg" - mediaAnimation="slide-up" /> @@ -125,34 +73,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - 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", - }, - ]} + features={[]} title="What Makes Us Special" - description="We don't just make pizza; we create an authentic experience you'll remember." + description="Authentic ingredients, traditional methods." /> @@ -162,52 +85,22 @@ export default function LandingPage() { textboxLayout="default" gridVariant="two-columns-alternating-heights" useInvertedBackground={false} - products={[ - { - id: "1", - name: "Pepperoni Classic", - price: "$18", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomatoes-soda-can-table_140725-8754.jpg", - }, - { - id: "2", - name: "Margherita Fresca", - price: "$16", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-indoors_23-2150901093.jpg", - }, - { - id: "3", - name: "Veggie Delight", - price: "$17", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg", - }, - { - id: "4", - name: "Quattro Formaggi", - price: "$20", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-caprice-salad-spaghetti-with-meat_140725-9923.jpg", - }, - { - id: "5", - name: "BBQ Chicken", - price: "$19", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-shrimp-mushrooms-tomatoes-arugula-with-soft-drink_141793-4106.jpg", - }, - { - id: "6", - name: "Truffle & Mushroom", - price: "$22", - variant: "Large", - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-homemade-mushroom-pizza-bread-sticks-with-ingredients-white-plank_23-2148076206.jpg", - }, - ]} title="Explore Our Menu" - description="Handcrafted pies, unique creations, and classic favorites." + description="Handcrafted pies and unique creations." + /> + + +
+
@@ -215,25 +108,7 @@ export default function LandingPage() { @@ -243,75 +118,15 @@ export default function LandingPage() { textboxLayout="default" gridVariant="full-width-top-items-bottom-row" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Sofia Rossi", - role: "Foodie", - company: "Local Blog", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-girl-eating-pizza-kitchen-close-up-shot-positive-woman-enjoying-her-dinner_197531-9818.jpg", - }, - { - id: "2", - name: "Marco Chen", - role: "Regular", - company: "Neighborhood", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/puzzled-young-man-scratches-head-looks-with-bewilderment-stack-cardboard-boxes-with-pizza-has-no-time-delivering-all-these-packages_273609-30897.jpg", - }, - { - id: "3", - name: "Elena Gomez", - role: "Chef", - company: "Fine Dining", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-pizza_23-2150873822.jpg", - }, - { - id: "4", - name: "Liam Smith", - role: "Customer", - company: "Local Business", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-eating-pizza_23-2149454362.jpg", - }, - { - id: "5", - name: "Sarah J.", - role: "Guest", - company: "Visitor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg", - }, - ]} title="Voices of Our Guests" - description="Hear what our loyal community says about our pizza." + testimonials={[]} />
@@ -319,49 +134,20 @@ export default function LandingPage() {
); -} +} \ No newline at end of file