diff --git a/src/app/page.tsx b/src/app/page.tsx
index a9afe09..c9e715c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,95 +32,44 @@ export default function LandingPage() {
@@ -130,21 +79,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Legacy of Flavor"
metrics={[
- {
- label: "Family Heritage",
- value: "Three Generations",
- icon: Flame,
- },
- {
- label: "Local Sourcing",
- value: "Farm-to-Table",
- icon: Leaf,
- },
- {
- label: "Authentic Process",
- value: "48h Proofing",
- icon: Clock,
- },
+ { label: "Family Heritage", value: "Three Generations", icon: Flame },
+ { label: "Local Sourcing", value: "Farm-to-Table", icon: Leaf },
+ { label: "Authentic Process", value: "48h Proofing", icon: Clock },
]}
metricsAnimation="slide-up"
/>
@@ -157,60 +94,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Signature",
- name: "Classic Margherita",
- price: "$15",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg",
- },
- {
- id: "p2",
- brand: "Spicy",
- name: "Pepperoni Feast",
- price: "$18",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pizza-sliced-with-cheese-white_140725-78046.jpg",
- },
- {
- id: "p3",
- brand: "Veggie",
- name: "Garden Harvest",
- price: "$17",
- rating: 4,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-tomato-pizza_23-2148601591.jpg",
- },
- {
- id: "p4",
- brand: "Premium",
- name: "Quattro Formaggi",
- price: "$20",
- rating: 5,
- reviewCount: "65",
- imageSrc: "http://img.b2bpic.net/free-photo/freshly-italian-pizza-with-mozzarella-cheese-slice-generative-ai_188544-12347.jpg",
- },
- {
- id: "p5",
- brand: "Gourmet",
- name: "Prosciutto Arugula",
- price: "$22",
- rating: 5,
- reviewCount: "40",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-beet-slices-cheese_23-2148753749.jpg",
- },
- {
- id: "p6",
- brand: "Signature",
- name: "Truffle Mushroom",
- price: "$24",
- rating: 5,
- reviewCount: "55",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-top-view-pizza-mushrooms-tomatoes-leaves-pizza-knife-dark-wooden-background_482257-34253.jpg",
- },
+ { id: "p1", brand: "Signature", name: "Classic Margherita", price: "$15", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg" },
+ { id: "p2", brand: "Spicy", name: "Pepperoni Feast", price: "$18", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pizza-sliced-with-cheese-white_140725-78046.jpg" },
+ { id: "p3", brand: "Veggie", name: "Garden Harvest", price: "$17", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-tomato-pizza_23-2148601591.jpg" },
+ { id: "p4", brand: "Premium", name: "Quattro Formaggi", price: "$20", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/freshly-italian-pizza-with-mozzarella-cheese-slice-generative-ai_188544-12347.jpg" },
+ { id: "p5", brand: "Gourmet", name: "Prosciutto Arugula", price: "$22", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-beet-slices-cheese_23-2148753749.jpg" },
+ { id: "p6", brand: "Signature", name: "Truffle Mushroom", price: "$24", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/close-up-top-view-pizza-mushrooms-tomatoes-leaves-pizza-knife-dark-wooden-background_482257-34253.jpg" },
]}
title="Our Signature Creations"
description="Explore our curated selection of artisanal pizzas, each crafted with passion and authentic Italian tradition."
@@ -223,36 +112,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "100%",
- title: "Organic Ingredients",
- items: [
- "Fresh Produce",
- "No Preservatives",
- "Local Farms",
- ],
- },
- {
- id: "m2",
- value: "450°C",
- title: "Wood-Fired Heat",
- items: [
- "Perfect Crust",
- "Authentic Smoke",
- "Rapid Bake",
- ],
- },
- {
- id: "m3",
- value: "1.2k+",
- title: "Satisfied Guests",
- items: [
- "Happy Neighbors",
- "Food Lovers",
- "Returning Friends",
- ],
- },
+ { id: "m1", value: "100%", title: "Organic Ingredients", items: ["Fresh Produce", "No Preservatives", "Local Farms"] },
+ { id: "m2", value: "450°C", title: "Wood-Fired Heat", items: ["Perfect Crust", "Authentic Smoke", "Rapid Bake"] },
+ { id: "m3", value: "1.2k+", title: "Satisfied Guests", items: ["Happy Neighbors", "Food Lovers", "Returning Friends"] },
]}
title="Nonno's Kitchen by the Numbers"
description="Evidence of the passion that fuels every pizza slice."
@@ -265,46 +127,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Anna Rossi",
- handle: "@annarossi",
- testimonial: "The best pizza I've had since leaving Italy. Simply incredible.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
- },
- {
- id: "2",
- name: "Marco Silva",
- handle: "@msilva",
- testimonial: "The truffle mushroom pizza is a masterpiece. Highly recommend!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg",
- },
- {
- id: "3",
- name: "Elena Costa",
- handle: "@ecosta",
- testimonial: "Nonno's secret recipe makes all the difference. Authentic and delicious.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-giant-pizza_23-2150040314.jpg",
- },
- {
- id: "4",
- name: "David Miller",
- handle: "@dmiller",
- testimonial: "Perfect crust every single time. My weekly ritual.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
- },
- {
- id: "5",
- name: "Sofia Conti",
- handle: "@sconti",
- testimonial: "The garden harvest pizza is so fresh and flavorful. Love this place!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandparents-girl-kitchen_23-2150491997.jpg",
- },
+ { id: "1", name: "Anna Rossi", handle: "@annarossi", testimonial: "The best pizza I've had since leaving Italy. Simply incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
+ { id: "2", name: "Marco Silva", handle: "@msilva", testimonial: "The truffle mushroom pizza is a masterpiece. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg" },
+ { id: "3", name: "Elena Costa", handle: "@ecosta", testimonial: "Nonno's secret recipe makes all the difference. Authentic and delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-giant-pizza_23-2150040314.jpg" },
+ { id: "4", name: "David Miller", handle: "@dmiller", testimonial: "Perfect crust every single time. My weekly ritual.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
+ { id: "5", name: "Sofia Conti", handle: "@sconti", testimonial: "The garden harvest pizza is so fresh and flavorful. Love this place!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandparents-girl-kitchen_23-2150491997.jpg" },
]}
showRating={true}
title="What Our Neighbors Say"
@@ -316,15 +143,7 @@ export default function LandingPage() {
@@ -335,21 +154,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do you offer delivery?",
- content: "Yes, we deliver within a 5-mile radius through our app and website.",
- },
- {
- id: "q2",
- title: "Are there vegan options?",
- content: "Absolutely! Our Garden Harvest pizza can be prepared with vegan cheese upon request.",
- },
- {
- id: "q3",
- title: "Do you take reservations?",
- content: "We are a cozy spot, so we recommend booking ahead for groups of 4 or more.",
- },
+ { id: "q1", title: "Do you offer delivery?", content: "Yes, we deliver within a 5-mile radius through our app and website." },
+ { id: "q2", title: "Are there vegan options?", content: "Absolutely! Our Garden Harvest pizza can be prepared with vegan cheese upon request." },
+ { id: "q3", title: "Do you take reservations?", content: "We are a cozy spot, so we recommend booking ahead for groups of 4 or more." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about our pizzeria."
@@ -361,18 +168,11 @@ export default function LandingPage() {
@@ -380,17 +180,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file