diff --git a/src/app/page.tsx b/src/app/page.tsx
index ceb26db..0cf8d8c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,75 +32,32 @@ export default function LandingPage() {
@@ -110,21 +67,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Culinary Heritage"
metrics={[
- {
- icon: Flame,
- label: "Heritage Recipes",
- value: "50+",
- },
- {
- icon: Award,
- label: "Years Experience",
- value: "20+",
- },
- {
- icon: Utensils,
- label: "Daily Visitors",
- value: "500+",
- },
+ { icon: Flame, label: "Heritage Recipes", value: "50+" },
+ { icon: Award, label: "Years Experience", value: "20+" },
+ { icon: Utensils, label: "Daily Visitors", value: "500+" },
]}
metricsAnimation="slide-up"
/>
@@ -137,42 +82,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Chatkhara Special Curry",
- price: "$22.00",
- imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg",
- },
- {
- id: "p2",
- name: "Tandoori Heritage Platter",
- price: "$28.00",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-krathon-with-sweet-fish-sauce-thai-snacks_1150-26301.jpg",
- },
- {
- id: "p3",
- name: "Spiced Lamb Delight",
- price: "$32.00",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg",
- },
- {
- id: "p4",
- name: "Artisan Naan Basket",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-plate-food-stuffed-cabbage-with-herbs-lemon-sauce-white-plate-bowls-colorful-spices-black-pepper-rice-right-side-black-table_140725-118381.jpg",
- },
- {
- id: "p5",
- name: "Signature Biryani",
- price: "$18.00",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6108.jpg",
- },
- {
- id: "p6",
- name: "Sweet Saffron Kheer",
- price: "$10.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88403.jpg",
- },
+ { id: "p1", name: "Chatkhara Special Curry", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg" },
+ { id: "p2", name: "Tandoori Heritage Platter", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-krathon-with-sweet-fish-sauce-thai-snacks_1150-26301.jpg" },
+ { id: "p3", name: "Spiced Lamb Delight", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg" },
+ { id: "p4", name: "Artisan Naan Basket", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-plate-food-stuffed-cabbage-with-herbs-lemon-sauce-white-plate-bowls-colorful-spices-black-pepper-rice-right-side-black-table_140725-118381.jpg" },
+ { id: "p5", name: "Signature Biryani", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6108.jpg" },
+ { id: "p6", name: "Sweet Saffron Kheer", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88403.jpg" },
]}
title="Signature Menu"
description="Explore our chef-curated selection of traditional delicacies."
@@ -186,28 +101,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Premium Ingredients",
- description: "Sourced from the best farms daily.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg",
- },
+ title: "Premium Ingredients", description: "Sourced from the best farms daily.", media: { imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg" },
items: [
- {
- icon: Leaf,
- text: "Fresh and organic",
- },
- {
- icon: Truck,
- text: "Farm to table",
- },
- {
- icon: Shield,
- text: "Quality guaranteed",
- },
+ { icon: Leaf, text: "Fresh and organic" },
+ { icon: Truck, text: "Farm to table" },
+ { icon: Shield, text: "Quality guaranteed" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dish-spruce-branches-appetizing-christmas-dish-with-lemon-bottle-oil-spices-spruce-branches-with-cones-garlic_140725-111635.jpg?_wi=2",
- imageAlt: "upscale restaurant interior cozy dining",
+ reverse: false
},
]}
title="Why Choose Us"
@@ -222,46 +122,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- role: "Food Critic",
- company: "Dining Daily",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-having-green-salad-with-chips-glass-prosecco_114579-3779.jpg",
- },
- {
- id: "2",
- name: "Michael K.",
- role: "Regular",
- company: "Local Firm",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
- },
- {
- id: "3",
- name: "Emily D.",
- role: "Visitor",
- company: "Travel Blog",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg",
- },
- {
- id: "4",
- name: "David L.",
- role: "Chef",
- company: "Foodies Inc",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
- },
- {
- id: "5",
- name: "Linda M.",
- role: "Patron",
- company: "Corporate",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
- },
+ { id: "1", name: "Sarah J.", role: "Food Critic", company: "Dining Daily", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-having-green-salad-with-chips-glass-prosecco_114579-3779.jpg" },
+ { id: "2", name: "Michael K.", role: "Regular", company: "Local Firm", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg" },
+ { id: "3", name: "Emily D.", role: "Visitor", company: "Travel Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg" },
+ { id: "4", name: "David L.", role: "Chef", company: "Foodies Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg" },
+ { id: "5", name: "Linda M.", role: "Patron", company: "Corporate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
]}
title="What Our Guests Say"
description="Join our community of satisfied food lovers."
@@ -274,33 +139,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "15k+",
- title: "Served Plates",
- items: [
- "Annual average",
- "Authentic recipes",
- ],
- },
- {
- id: "m2",
- value: "12",
- title: "Awards Won",
- items: [
- "Best regional food",
- "Excellence in service",
- ],
- },
- {
- id: "m3",
- value: "4.9",
- title: "Star Rating",
- items: [
- "Google reviews",
- "User satisfaction",
- ],
- },
+ { id: "m1", value: "15k+", title: "Served Plates", items: ["Annual average", "Authentic recipes"] },
+ { id: "m2", value: "12", title: "Awards Won", items: ["Best regional food", "Excellence in service"] },
+ { id: "m3", value: "4.9", title: "Star Rating", items: ["Google reviews", "User satisfaction"] },
]}
title="Our Impact"
description="Leading the regional cuisine scene."
@@ -311,21 +152,9 @@ export default function LandingPage() {
@@ -360,33 +181,16 @@ export default function LandingPage() {
logoText="Ejaz Foods"
columns={[
{
- title: "Links",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Menu",
- href: "#products",
- },
- {
- label: "Contact",
- href: "#contact",
- },
+ title: "Links", items: [
+ { label: "About", href: "#about" },
+ { label: "Menu", href: "#products" },
+ { label: "Contact", href: "#contact" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Use",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Use", href: "#" },
],
},
]}