diff --git a/src/app/page.tsx b/src/app/page.tsx
index 22e0dbd..90eb45c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,88 +31,39 @@ export default function LandingPage() {
@@ -122,21 +73,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Passion"
metrics={[
- {
- icon: Award,
- label: "Gourmet Dishes",
- value: "50+",
- },
- {
- icon: Award,
- label: "Years Experience",
- value: "15",
- },
- {
- icon: Users,
- label: "Happy Guests",
- value: "100k+",
- },
+ { icon: Award, label: "Gourmet Dishes", value: "50+" },
+ { icon: Award, label: "Years Experience", value: "15" },
+ { icon: Users, label: "Happy Guests", value: "100k+" },
]}
metricsAnimation="slide-up"
/>
@@ -148,39 +87,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Fresh Ingredients",
- author: "Farm-to-Table",
- description: "We source only the finest local ingredients for our seasonal menu.",
- tags: [
- "Fresh",
- "Local",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-potato-pies-with-pumpkin-grey-background-bake-oven-color-dish-pie-cake_140725-121705.jpg",
- },
- {
- id: "f2",
- title: "Expert Chefs",
- author: "Culinary Masters",
- description: "Our chefs are dedicated to perfection in every plate they craft.",
- tags: [
- "Craft",
- "Expert",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg",
- },
- {
- id: "f3",
- title: "Warm Ambiance",
- author: "Sophisticated Design",
- description: "Relax in a setting designed for memorable social moments.",
- tags: [
- "Ambiance",
- "Luxury",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145590.jpg",
- },
+ { id: "f1", title: "Fresh Ingredients", author: "Farm-to-Table", description: "We source only the finest local ingredients for our seasonal menu.", tags: ["Fresh", "Local"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-potato-pies-with-pumpkin-grey-background-bake-oven-color-dish-pie-cake_140725-121705.jpg" },
+ { id: "f2", title: "Expert Chefs", author: "Culinary Masters", description: "Our chefs are dedicated to perfection in every plate they craft.", tags: ["Craft", "Expert"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg" },
+ { id: "f3", title: "Warm Ambiance", author: "Sophisticated Design", description: "Relax in a setting designed for memorable social moments.", tags: ["Ambiance", "Luxury"], imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145590.jpg" },
]}
title="Why Choose Khayal"
description="We blend traditional recipes with modern techniques to create a unique culinary experience."
@@ -194,42 +103,12 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Truffle Mushroom Risotto",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg",
- },
- {
- id: "p2",
- name: "Grilled Sea Bass",
- price: "$35",
- imageSrc: "http://img.b2bpic.net/free-photo/cooked-lamb-ribs-front-view_23-2148516965.jpg",
- },
- {
- id: "p3",
- name: "Fresh Garden Salad",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-greens-bell-peppers-dark-background_140725-137146.jpg",
- },
- {
- id: "p4",
- name: "Chocolate Fondant",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-eating-cake-with-fork_23-2147975374.jpg",
- },
- {
- id: "p5",
- name: "Signature Mocktail",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-table_140725-9605.jpg",
- },
- {
- id: "p6",
- name: "Roasted Tomato Soup",
- price: "$14",
- imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-slice-mushroom_141793-873.jpg",
- },
+ { id: "p1", name: "Truffle Mushroom Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg" },
+ { id: "p2", name: "Grilled Sea Bass", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/cooked-lamb-ribs-front-view_23-2148516965.jpg" },
+ { id: "p3", name: "Fresh Garden Salad", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-greens-bell-peppers-dark-background_140725-137146.jpg" },
+ { id: "p4", name: "Chocolate Fondant", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-eating-cake-with-fork_23-2147975374.jpg" },
+ { id: "p5", name: "Signature Mocktail", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-table_140725-9605.jpg" },
+ { id: "p6", name: "Roasted Tomato Soup", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-slice-mushroom_141793-873.jpg" },
]}
title="Our Signature Menu"
description="Discover our collection of handcrafted culinary masterpieces designed for your palate."
@@ -243,46 +122,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sarah Ahmed",
- role: "Food Blogger",
- company: "Reviewer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
- },
- {
- id: "t2",
- name: "Khalid Omar",
- role: "Customer",
- company: "Regular",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enyoing-dinner-party_23-2150717851.jpg",
- },
- {
- id: "t3",
- name: "Laila Jassim",
- role: "Design Director",
- company: "Guest",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg",
- },
- {
- id: "t4",
- name: "Mark Stevens",
- role: "Tourist",
- company: "Traveler",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg",
- },
- {
- id: "t5",
- name: "Nora Ali",
- role: "Food Enthusiast",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
- },
+ { id: "t1", name: "Sarah Ahmed", role: "Food Blogger", company: "Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
+ { id: "t2", name: "Khalid Omar", role: "Customer", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enyoing-dinner-party_23-2150717851.jpg" },
+ { id: "t3", name: "Laila Jassim", role: "Design Director", company: "Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg" },
+ { id: "t4", name: "Mark Stevens", role: "Tourist", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg" },
+ { id: "t5", name: "Nora Ali", role: "Food Enthusiast", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg" },
]}
title="Guest Experiences"
description="See why our guests return time and again to enjoy the Khayal experience."
@@ -293,21 +137,9 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file