diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc04545..4654d30 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,39 +42,14 @@ export default function LandingPage() {
@@ -121,60 +75,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Classic",
- name: "Margherita",
- price: "$12",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg",
- },
- {
- id: "p2",
- brand: "Spicy",
- name: "Pepperoni",
- price: "$14",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg",
- },
- {
- id: "p3",
- brand: "Veggie",
- name: "Veggie Delight",
- price: "$13",
- rating: 4,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22011.jpg",
- },
- {
- id: "p4",
- brand: "Meat",
- name: "BBQ Chicken",
- price: "$15",
- rating: 5,
- reviewCount: "110",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg",
- },
- {
- id: "p5",
- brand: "Cheese",
- name: "Four Cheese",
- price: "$16",
- rating: 5,
- reviewCount: "70",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-epic-food-presentation_23-2151888648.jpg",
- },
- {
- id: "p6",
- brand: "Tropical",
- name: "Hawaiian",
- price: "$14",
- rating: 4,
- reviewCount: "65",
- imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-pizza-with-pineapple-ham-cheese-wooden-table_123827-22283.jpg",
- },
+ { id: "p1", brand: "Classic", name: "Margherita", price: "$12", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg" },
+ { id: "p2", brand: "Spicy", name: "Pepperoni", price: "$14", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg" },
+ { id: "p3", brand: "Veggie", name: "Veggie Delight", price: "$13", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms_123827-22011.jpg" }
]}
title="Our Pizza Menu"
description="Explore our delicious variety of pizzas made with love."
@@ -188,26 +91,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Miller"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19913.jpg",
- alt: "Sarah",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
- alt: "Michael",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg",
- alt: "Emily",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
- alt: "David",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
- alt: "Jane",
- },
+ { src: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19913.jpg", alt: "Sarah" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg", alt: "Michael" },
+ { src: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", alt: "Emily" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", alt: "David" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg", alt: "Jane" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -219,26 +107,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Do you deliver?",
- content: "Yes, we offer free local delivery within 5 miles.",
- },
- {
- id: "f2",
- title: "What are your hours?",
- content: "We are open daily from 11 AM to 11 PM.",
- },
- {
- id: "f3",
- title: "Can I customize my pizza?",
- content: "Absolutely! Feel free to pick your favorite toppings.",
- },
+ { id: "f1", title: "Do you deliver?", content: "Yes, we offer free local delivery within 5 miles." },
+ { id: "f2", title: "What are your hours?", content: "We are open daily from 11 AM to 11 PM." },
+ { id: "f3", title: "Can I customize my pizza?", content: "Absolutely! Feel free to pick your favorite toppings." }
]}
title="Frequently Asked Questions"
description="Have questions? We've got answers."
faqsAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3983.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3983.jpg"
imageAlt="Chef preparing pizza"
/>
@@ -250,27 +126,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
- {
- id: "m1",
- name: "John Doe",
- role: "Head Chef",
- description: "15 years of pizza making expertise.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-cook-chef-uniform-cap-looking-camera-stretching-out-frying-pan-towards-camera-isolated-olive-green-wall_141793-113737.jpg",
- },
- {
- id: "m2",
- name: "Jane Smith",
- role: "Manager",
- description: "Ensuring quality service every day.",
- imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-holding-hands-pockets_23-2148095773.jpg",
- },
- {
- id: "m3",
- name: "Mike Brown",
- role: "Server",
- description: "Always ready with a warm smile.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-glasses_23-2149200027.jpg",
- },
+ { id: "m1", name: "John Doe", role: "Head Chef", description: "15 years of pizza making expertise.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-cook-chef-uniform-cap-looking-camera-stretching-out-frying-pan-towards-camera-isolated-olive-green-wall_141793-113737.jpg" },
+ { id: "m2", name: "Jane Smith", role: "Manager", description: "Ensuring quality service every day.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-holding-hands-pockets_23-2148095773.jpg" },
+ { id: "m3", name: "Mike Brown", role: "Server", description: "Always ready with a warm smile.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-glasses_23-2149200027.jpg" }
]}
title="Meet Our Team"
description="The passionate people behind every delicious slice."
@@ -284,21 +142,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "5k+",
- description: "Pizzas Served",
- },
- {
- id: "m2",
- value: "100%",
- description: "Fresh Ingredients",
- },
- {
- id: "m3",
- value: "4.8",
- description: "Customer Rating",
- },
+ { id: "m1", value: "5k+", description: "Pizzas Served" },
+ { id: "m2", value: "100%", description: "Fresh Ingredients" },
+ { id: "m3", value: "4.8", description: "Customer Rating" }
]}
title="Our Growth"
description="Numbers that speak for our passion."
@@ -308,48 +154,17 @@ export default function LandingPage() {