diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7f23e5c..339c09e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,42 +43,17 @@ export default function LandingPage() {
@@ -101,18 +64,9 @@ export default function LandingPage() {
title="Our Culinary Journey"
description="Founded on a passion for bold flavors, Urban Spice blends traditional heritage with modern techniques. Every plate tells a story."
metrics={[
- {
- value: "15+",
- title: "Years Experience",
- },
- {
- value: "50+",
- title: "Unique Dishes",
- },
- {
- value: "10k+",
- title: "Happy Customers",
- },
+ { value: "15+", title: "Years Experience" },
+ { value: "50+", title: "Unique Dishes" },
+ { value: "10k+", title: "Happy Customers" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-with-gloves-sprinkled-salt-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44311.jpg"
imageAlt="Chef preparing signature spice blend"
@@ -128,42 +82,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Classic Urban Burger",
- price: "$14",
- imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1541.jpg",
- },
- {
- id: "p2",
- name: "Spicy Pepperoni Pizza",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms-wooden-table_123827-21877.jpg",
- },
- {
- id: "p3",
- name: "Craft Passion Fruit Soda",
- price: "$6",
- imageSrc: "http://img.b2bpic.net/free-photo/ice-drinking-cocktails-glass_1203-9370.jpg",
- },
- {
- id: "p4",
- name: "Truffle Mushroom Burger",
- price: "$16",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-hamburger-front-wooden-wall_23-2148374862.jpg",
- },
- {
- id: "p5",
- name: "Margherita Basil Pizza",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-pan-with-chopped-herbs_140725-6158.jpg",
- },
- {
- id: "p6",
- name: "Urban Signature Iced Tea",
- price: "$5",
- imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-splash-with-ice-cubes-dark-background_84443-83661.jpg",
- },
+ { id: "p1", name: "Classic Urban Burger", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1541.jpg" },
+ { id: "p2", name: "Spicy Pepperoni Pizza", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza-with-zucchini-tomato-peppers-mushrooms-wooden-table_123827-21877.jpg" },
+ { id: "p3", name: "Craft Passion Fruit Soda", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/ice-drinking-cocktails-glass_1203-9370.jpg" },
+ { id: "p4", name: "Truffle Mushroom Burger", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hamburger-front-wooden-wall_23-2148374862.jpg" },
+ { id: "p5", name: "Margherita Basil Pizza", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-pan-with-chopped-herbs_140725-6158.jpg" },
+ { id: "p6", name: "Urban Signature Iced Tea", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-splash-with-ice-cubes-dark-background_84443-83661.jpg" },
]}
title="Signature Menu"
description="Explore our curated selection of flavors, from classic comfort foods to spicy specialties."
@@ -175,27 +99,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- tag: "Quality",
- title: "Farm to Table",
- subtitle: "Sourced daily",
- description: "Fresh ingredients ensure maximum flavor.",
- imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg",
- },
- {
- tag: "Service",
- title: "Fast Delivery",
- subtitle: "Hot to your door",
- description: "Rapid logistics for optimal freshness.",
- imageSrc: "http://img.b2bpic.net/free-photo/food-delivery-quarantine-stay-home-order-online-concept-friendly-courier-red-uniform-cap_1258-107926.jpg",
- },
- {
- tag: "Heritage",
- title: "Secret Recipes",
- subtitle: "Crafted with passion",
- description: "Unique spice blends passed through generations.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-soup-with-different-seasonings-dark-background-soup-mushroom-seasoning-food-meal_140725-80745.jpg",
- },
+ { tag: "Quality", title: "Farm to Table", subtitle: "Sourced daily", description: "Fresh ingredients ensure maximum flavor.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg" },
+ { tag: "Service", title: "Fast Delivery", subtitle: "Hot to your door", description: "Rapid logistics for optimal freshness.", imageSrc: "http://img.b2bpic.net/free-photo/food-delivery-quarantine-stay-home-order-online-concept-friendly-courier-red-uniform-cap_1258-107926.jpg" },
+ { tag: "Heritage", title: "Secret Recipes", subtitle: "Crafted with passion", description: "Unique spice blends passed through generations.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-mushroom-soup-with-different-seasonings-dark-background-soup-mushroom-seasoning-food-meal_140725-80745.jpg" },
]}
title="Why Urban Spice?"
description="Excellence in every bite, every service, every time."
@@ -209,27 +115,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "98%",
- title: "Fresh Ingredients",
- description: "Locally sourced produce daily.",
- icon: Leaf,
- },
- {
- id: "m2",
- value: "15m",
- title: "Average Prep",
- description: "Speed meets culinary perfection.",
- icon: Clock,
- },
- {
- id: "m3",
- value: "4.9",
- title: "Google Rating",
- description: "Loved by thousands of foodies.",
- icon: Star,
- },
+ { id: "m1", value: "98%", title: "Fresh Ingredients", description: "Locally sourced produce daily.", icon: Leaf },
+ { id: "m2", value: "15m", title: "Average Prep", description: "Speed meets culinary perfection.", icon: Clock },
+ { id: "m3", value: "4.9", title: "Google Rating", description: "Loved by thousands of foodies.", icon: Star },
]}
title="Our Impact"
description="Numbers speak for themselves."
@@ -242,41 +130,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Alex R.",
- handle: "@alexfoodie",
- testimonial: "The best burger I've had in years. Absolute perfection!",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
- },
- {
- id: "t2",
- name: "Sarah K.",
- handle: "@sarahk",
- testimonial: "The spicy pizza is incredible. Can't recommend enough.",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blowing-maple-leaves-looking-camera_23-2148229394.jpg",
- },
- {
- id: "t3",
- name: "Mike J.",
- handle: "@mikej",
- testimonial: "Quick delivery and consistently fresh meals.",
- imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg",
- },
- {
- id: "t4",
- name: "Elena P.",
- handle: "@elenap",
- testimonial: "The drinks menu is as good as the food. Great experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
- },
- {
- id: "t5",
- name: "David W.",
- handle: "@davidw",
- testimonial: "Urban Spice is now my go-to for late-night cravings.",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
- },
+ { id: "t1", name: "Alex R.", handle: "@alexfoodie", testimonial: "The best burger I've had in years. Absolute perfection!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg" },
+ { id: "t2", name: "Sarah K.", handle: "@sarahk", testimonial: "The spicy pizza is incredible. Can't recommend enough.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blowing-maple-leaves-looking-camera_23-2148229394.jpg" },
+ { id: "t3", name: "Mike J.", handle: "@mikej", testimonial: "Quick delivery and consistently fresh meals.", imageSrc: "http://img.b2bpic.net/free-photo/looking-arrogant-successful-positive-proud-pointing-self_1194-632375.jpg" },
+ { id: "t4", name: "Elena P.", handle: "@elenap", testimonial: "The drinks menu is as good as the food. Great experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg" },
+ { id: "t5", name: "David W.", handle: "@davidw", testimonial: "Urban Spice is now my go-to for late-night cravings.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" },
]}
title="Customer Stories"
description="Hear what our amazing patrons have to say."
@@ -288,21 +146,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "Do you offer catering?",
- content: "Yes, we specialize in corporate and private event catering.",
- },
- {
- id: "f2",
- title: "How spicy are the dishes?",
- content: "We offer levels from mild to extra spicy. Customize as you like!",
- },
- {
- id: "f3",
- title: "Are you open on Sundays?",
- content: "Yes, we are open seven days a week for your convenience.",
- },
+ { id: "f1", title: "Do you offer catering?", content: "Yes, we specialize in corporate and private event catering." },
+ { id: "f2", title: "How spicy are the dishes?", content: "We offer levels from mild to extra spicy. Customize as you like!" },
+ { id: "f3", title: "Are you open on Sundays?", content: "Yes, we are open seven days a week for your convenience." },
]}
imageSrc="http://img.b2bpic.net/free-photo/female-chef-putting-sauce-dish_23-2148763119.jpg"
title="Frequently Asked"
@@ -314,9 +160,7 @@ export default function LandingPage() {