diff --git a/src/app/page.tsx b/src/app/page.tsx
index 485aa26..e134ddc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,42 +39,19 @@ export default function LandingPage() {
@@ -98,27 +63,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "Premium Sushi",
- description: "Freshly caught sashimi and delicate rolls prepared daily.",
- tag: "Japanese",
- imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-with-ginger-wasabi_140725-50.jpg",
- },
- {
- id: "2",
- title: "Spicy Tonkotsu",
- description: "Rich broth simmered for 24 hours with house-made noodles.",
- tag: "Chinese",
- imageSrc: "http://img.b2bpic.net/free-photo/instant-noodles-with-minced-pork-lime-onion-green-peas-golden-needle-mushroom-baby-corn_1150-27174.jpg",
- },
- {
- id: "3",
- title: "Dim Sum Basket",
- description: "Authentic, hand-wrapped dumplings served steaming hot.",
- tag: "Chinese",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-asian-food-with-spices_23-2148771220.jpg",
- },
+ { id: "1", title: "Premium Sushi", description: "Freshly caught sashimi and delicate rolls prepared daily.", tag: "Japanese", imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi-with-ginger-wasabi_140725-50.jpg" },
+ { id: "2", title: "Spicy Tonkotsu", description: "Rich broth simmered for 24 hours with house-made noodles.", tag: "Chinese", imageSrc: "http://img.b2bpic.net/free-photo/instant-noodles-with-minced-pork-lime-onion-green-peas-golden-needle-mushroom-baby-corn_1150-27174.jpg" },
+ { id: "3", title: "Dim Sum Basket", description: "Authentic, hand-wrapped dumplings served steaming hot.", tag: "Chinese", imageSrc: "http://img.b2bpic.net/free-photo/top-view-asian-food-with-spices_23-2148771220.jpg" },
]}
title="Chef's Specials"
description="Hand-picked dishes representing the best of our cultural diversity."
@@ -131,41 +78,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Elena M.",
- handle: "@elena_foodie",
- testimonial: "The best Tonkotsu in the city, hands down. Authentic and rich.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427608.jpg",
- },
- {
- id: "2",
- name: "James K.",
- handle: "@james_k",
- testimonial: "Sophisticated atmosphere and truly fresh ingredients. Great for dates.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-having-fun-lunch-bar-focus-is-man_637285-2049.jpg",
- },
- {
- id: "3",
- name: "Sarah W.",
- handle: "@sarahw",
- testimonial: "I love the variety. The sushi is consistently fresh.",
- imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-reunion-dinner-scene-with-delicious-food_23-2151040756.jpg",
- },
- {
- id: "4",
- name: "Mark R.",
- handle: "@mark_r",
- testimonial: "The service is exceptional. Always a delightful visit.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
- },
- {
- id: "5",
- name: "Linda P.",
- handle: "@lindap",
- testimonial: "Authentic flavors that remind me of traveling through Asia.",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-lady-shirt-jeans-sitting-bar-counter-cafe-with-fork-hand-cake-near-dreamily-looking-aside_574295-293.jpg",
- },
+ { id: "1", name: "Elena M.", handle: "@elena_foodie", testimonial: "The best Tonkotsu in the city, hands down. Authentic and rich.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-salmon-bowls_23-2150427608.jpg" },
+ { id: "2", name: "James K.", handle: "@james_k", testimonial: "Sophisticated atmosphere and truly fresh ingredients. Great for dates.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-having-fun-lunch-bar-focus-is-man_637285-2049.jpg" },
+ { id: "3", name: "Sarah W.", handle: "@sarahw", testimonial: "I love the variety. The sushi is consistently fresh.", imageSrc: "http://img.b2bpic.net/free-photo/chinese-new-year-reunion-dinner-scene-with-delicious-food_23-2151040756.jpg" },
+ { id: "4", name: "Mark R.", handle: "@mark_r", testimonial: "The service is exceptional. Always a delightful visit.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" },
+ { id: "5", name: "Linda P.", handle: "@lindap", testimonial: "Authentic flavors that remind me of traveling through Asia.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-lady-shirt-jeans-sitting-bar-counter-cafe-with-fork-hand-cake-near-dreamily-looking-aside_574295-293.jpg" },
]}
title="What Our Guests Say"
description="The Silk & Spice experience from those who know it best."
@@ -173,7 +90,7 @@ export default function LandingPage() {
-
+
{}} items={[]} total="$0.00" buttons={[]} />
@@ -181,51 +98,33 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
+ blogs={[]}
+ title="Latest Insights"
+ description="Our thoughts on culinary trends."
/>