diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0abd853..5a33095 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,94 +29,44 @@ export default function LandingPage() {
@@ -126,31 +76,11 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Culinary Tradition"
metrics={[
- {
- icon: Flame,
- label: "Years Experience",
- value: "15+",
- },
- {
- icon: Flame,
- label: "Authentic Recipes",
- value: "50+",
- },
- {
- icon: Award,
- label: "Happy Guests",
- value: "10k+",
- },
- {
- icon: Utensils,
- label: "Daily Specials",
- value: "12+",
- },
- {
- icon: MapPin,
- label: "Local Spots",
- value: "3",
- },
+ { icon: Flame, label: "Years Experience", value: "15+" },
+ { icon: Flame, label: "Authentic Recipes", value: "50+" },
+ { icon: Award, label: "Happy Guests", value: "10k+" },
+ { icon: Utensils, label: "Daily Specials", value: "12+" },
+ { icon: MapPin, label: "Local Spots", value: "3" },
]}
metricsAnimation="slide-up"
/>
@@ -163,24 +93,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Signature Sushi Platter",
- price: "$28.00",
- imageSrc: "http://img.b2bpic.net/free-photo/sushi-platter-with-flowers_23-2151961666.jpg",
- },
- {
- id: "p2",
- name: "Ninja Miso Ramen",
- price: "$16.50",
- imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151431661.jpg",
- },
- {
- id: "p3",
- name: "Honey Teriyaki Chicken",
- price: "$19.00",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg",
- },
+ { id: "p1", name: "Signature Sushi Platter", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/sushi-platter-with-flowers_23-2151961666.jpg" },
+ { id: "p2", name: "Ninja Miso Ramen", price: "$16.50", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151431661.jpg" },
+ { id: "p3", name: "Honey Teriyaki Chicken", price: "$19.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg" },
]}
title="Chef's Specials"
description="Hand-crafted dishes made from the freshest ingredients."
@@ -192,56 +107,11 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Alice Wong",
- date: "Oct 2023",
- title: "Best in town",
- quote: "The freshest sushi I've had in ages. A must-visit!",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Mark Stevens",
- date: "Sept 2023",
- title: "Amazing Ramen",
- quote: "The broth is incredibly rich and authentic. Authentic experience.",
- tag: "Foodie",
- avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
- },
- {
- id: "3",
- name: "Sarah Lee",
- date: "Aug 2023",
- title: "Great Vibe",
- quote: "Friendly service and fast, delicious meals every time.",
- tag: "Local",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
- },
- {
- id: "4",
- name: "David Park",
- date: "July 2023",
- title: "Reliable Quality",
- quote: "I order from here weekly. Always consistent quality.",
- tag: "Loyal",
- avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg",
- },
- {
- id: "5",
- name: "Elena Smith",
- date: "June 2023",
- title: "Wonderful Experience",
- quote: "The atmosphere is perfect for a quick lunch or dinner.",
- tag: "Visitor",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg?_wi=2",
- },
+ { id: "1", name: "Alice Wong", date: "Oct 2023", title: "Best in town", quote: "The freshest sushi I've had in ages. A must-visit!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg" },
+ { id: "2", name: "Mark Stevens", date: "Sept 2023", title: "Amazing Ramen", quote: "The broth is incredibly rich and authentic. Authentic experience.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg" },
+ { id: "3", name: "Sarah Lee", date: "Aug 2023", title: "Great Vibe", quote: "Friendly service and fast, delicious meals every time.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg" },
+ { id: "4", name: "David Park", date: "July 2023", title: "Reliable Quality", quote: "I order from here weekly. Always consistent quality.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg" },
+ { id: "5", name: "Elena Smith", date: "June 2023", title: "Wonderful Experience", quote: "The atmosphere is perfect for a quick lunch or dinner.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-smile-happy-restaurant-coffee-shop-cafe_74190-9425.jpg" },
]}
title="Guest Stories"
description="See why locals love Ninja Day."
@@ -253,23 +123,13 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
faqs={[
- {
- id: "faq1",
- title: "Do you offer takeout?",
- content: "Yes, we offer fast and easy takeout orders.",
- },
- {
- id: "faq2",
- title: "Are you open on weekends?",
- content: "We are open 7 days a week, including weekends.",
- },
+ { id: "faq1", title: "Do you offer takeout?", content: "Yes, we offer fast and easy takeout orders." },
+ { id: "faq2", title: "Are you open on weekends?", content: "We are open 7 days a week, including weekends." },
]}
ctaTitle="Visit Us Today"
ctaDescription="Located at 123 Ninja Way, downtown. Reservations recommended."
ctaButton={{
- text: "Get Directions",
- href: "#",
- }}
+ text: "Get Directions", href: "#"}}
ctaIcon={MapPin}
/>
@@ -277,32 +137,8 @@ export default function LandingPage() {