diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc6a047..9640637 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -47,24 +43,17 @@ export default function LandingPage() {
title="Authentic Cuisine"
description="Where ancient spice traditions meet modern elegance."
buttons={[
- {
- text: "Explore Menu", href: "#menu"},
- {
- text: "Reserve Table", href: "#reservation"},
+ { text: "Explore Menu", href: "#menu" },
+ { text: "Reserve Table", href: "#reservation" },
]}
imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg"
showDimOverlay={true}
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/tasty-pakistani-dishhigh-angle_23-2148825148.jpg", alt: "Gourmet goat karahi"},
- {
- src: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg", alt: "Lamb biryani"},
- {
- src: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-different-seasonings-grey-space_140725-75792.jpg", alt: "Tandoori naan"},
- {
- src: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28575.jpg", alt: "Royal nihari"},
- {
- src: "http://img.b2bpic.net/free-photo/dovga-soup-basket-with-herbs_140725-4004.jpg", alt: "Palak paneer"},
+ { src: "http://img.b2bpic.net/free-photo/tasty-pakistani-dishhigh-angle_23-2148825148.jpg", alt: "Gourmet goat karahi" },
+ { src: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg", alt: "Lamb biryani" },
+ { src: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-different-seasonings-grey-space_140725-75792.jpg", alt: "Tandoori naan" },
+ { src: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28575.jpg", alt: "Royal nihari" },
+ { src: "http://img.b2bpic.net/free-photo/dovga-soup-basket-with-herbs_140725-4004.jpg", alt: "Palak paneer" },
]}
avatarText="Loved by thousands of food enthusiasts"
/>
@@ -75,21 +64,11 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Legacy of Taste"
metrics={[
- {
- icon: Flame,
- label: "Years Experience", value: "15+"},
- {
- icon: Star,
- label: "Guest Rating", value: "5.0"},
- {
- icon: Clock,
- label: "Daily Prep", value: "Fresh"},
- {
- icon: Flame,
- label: "Master Chefs", value: "8"},
- {
- icon: Award,
- label: "Awards Won", value: "12"},
+ { icon: Flame, label: "Years Experience", value: "15+" },
+ { icon: Star, label: "Guest Rating", value: "5.0" },
+ { icon: Clock, label: "Daily Prep", value: "Fresh" },
+ { icon: Flame, label: "Master Chefs", value: "8" },
+ { icon: Award, label: "Awards Won", value: "12" },
]}
metricsAnimation="slide-up"
/>
@@ -102,18 +81,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
- {
- id: "1", name: "Kashmiri Goat", price: "$36", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dishhigh-angle_23-2148825148.jpg?_wi=1"},
- {
- id: "2", name: "Lamb Biryani", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=1"},
- {
- id: "3", name: "Tandoori Naan", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-different-seasonings-grey-space_140725-75792.jpg?_wi=1"},
- {
- id: "4", name: "Royal Nihari", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28575.jpg?_wi=1"},
- {
- id: "5", name: "Palak Paneer", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/dovga-soup-basket-with-herbs_140725-4004.jpg?_wi=1"},
- {
- id: "6", name: "Mango Kulfi", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-with-pear-jam-bowl_2829-12939.jpg"},
+ { id: "1", name: "Kashmiri Goat", price: "$36", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dishhigh-angle_23-2148825148.jpg?_wi=1" },
+ { id: "2", name: "Lamb Biryani", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=1" },
+ { id: "3", name: "Tandoori Naan", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-different-seasonings-grey-space_140725-75792.jpg?_wi=1" },
+ { id: "4", name: "Royal Nihari", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28575.jpg?_wi=1" },
+ { id: "5", name: "Palak Paneer", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/dovga-soup-basket-with-herbs_140725-4004.jpg?_wi=1" },
+ { id: "6", name: "Mango Kulfi", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-with-pear-jam-bowl_2829-12939.jpg" },
]}
title="Signature Flavors"
description="Timeless recipes, reimagined with precision and passion."
@@ -125,16 +98,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", title: "Exceptional Quality", quote: "Everything was above and beyond. Atmosphere, cuisine, establishment, customer service.", name: "Nicolas Bacon", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dishhigh-angle_23-2148825148.jpg?_wi=2"},
- {
- id: "2", title: "Authentic Flavors", quote: "The taste of biryani and karahi was so good — must try this one. Absolutely outstanding.", name: "Abdul Rehman", role: "Local Patron", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=2"},
- {
- id: "3", title: "Wonderful Experience", quote: "Had a beautiful meal here. Love the way the goat curry is done, so tender and fresh.", name: "SC Pan", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-different-seasonings-grey-space_140725-75792.jpg?_wi=2"},
- {
- id: "4", title: "Great Hospitality", quote: "Great ambience, excellent hospitality, authentic food, great curries and breads.", name: "Brisbane SuperKings", role: "Local Patron", imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28575.jpg?_wi=2"},
- {
- id: "5", title: "Hidden Gem", quote: "Lovely food, great dining experience. Will be recommending to everyone. A hidden gem!", name: "Sufi Cool", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/dovga-soup-basket-with-herbs_140725-4004.jpg?_wi=2"},
+ { id: "1", title: "Exceptional Quality", quote: "Everything was above and beyond. Atmosphere, cuisine, establishment, customer service.", name: "Nicolas Bacon", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dishhigh-angle_23-2148825148.jpg?_wi=2" },
+ { id: "2", title: "Authentic Flavors", quote: "The taste of biryani and karahi was so good — must try this one. Absolutely outstanding.", name: "Abdul Rehman", role: "Local Patron", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition_23-2148821518.jpg?_wi=2" },
+ { id: "3", title: "Wonderful Experience", quote: "Had a beautiful meal here. Love the way the goat curry is done, so tender and fresh.", name: "SC Pan", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-qutabs-cooked-dough-slices-with-greens-different-seasonings-grey-space_140725-75792.jpg?_wi=2" },
+ { id: "4", title: "Great Hospitality", quote: "Great ambience, excellent hospitality, authentic food, great curries and breads.", name: "Brisbane SuperKings", role: "Local Patron", imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-28575.jpg?_wi=2" },
+ { id: "5", title: "Hidden Gem", quote: "Lovely food, great dining experience. Will be recommending to everyone. A hidden gem!", name: "Sufi Cool", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/dovga-soup-basket-with-herbs_140725-4004.jpg?_wi=2" },
]}
title="Loved by Guests"
description="Hear what our patrons say about their experience at Kababish."
@@ -144,8 +112,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file