From 17db50d9165bc7302c2a675f39e97e37de8f14dd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:35:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 117 +++++++++++++++++++++++------------------------ 1 file changed, 57 insertions(+), 60 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cf8d8c..dee5ac0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Flame, Leaf, Shield, Truck, Utensils } from "lucide-react"; +import { Award, Flame, Leaf, Shield, Truck, Utensils, MapPin, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -33,31 +33,31 @@ export default function LandingPage() {
@@ -65,11 +65,11 @@ export default function LandingPage() {
@@ -82,15 +82,13 @@ 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: "Signature Chatkhara 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: "Heritage Tandoori 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: "Slow-Cooked Lamb Karahi", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg" }, + { id: "p4", name: "Fresh 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" }, ]} - title="Signature Menu" - description="Explore our chef-curated selection of traditional delicacies." + title="Popular Menu Favorites" + description="Taste the dishes our customers love the most." />
@@ -101,17 +99,17 @@ 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: "The Chatkhara Experience", description: "Quality food, warm hospitality, and memorable times.", 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: "Locally sourced ingredients" }, + { icon: Clock, text: "Open for lunch & dinner" }, + { icon: Shield, text: "Strict hygiene standards" }, ], reverse: false }, ]} - title="Why Choose Us" - description="Excellence in every detail." + title="Restaurant Highlights" + description="Why guests return to Ejaz Foods." /> @@ -122,14 +120,12 @@ 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: "Local Foodie", company: "DineExpert", 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: "Corporate Guest", company: "Global Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg" }, + { id: "3", name: "Emily D.", role: "Regular Patron", company: "Neighborhood", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg" }, ]} - title="What Our Guests Say" - description="Join our community of satisfied food lovers." + title="What Our Patrons Are Saying" + description="Heartfelt feedback from our community." /> @@ -139,12 +135,12 @@ 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: "4.9/5", title: "Avg. Rating", items: ["Google Reviews", "Yelp Rating"] }, + { id: "m2", value: "10k+", title: "Plates Served", items: ["Annual Volume", "Freshly Made"] }, + { id: "m3", value: "15", title: "Local Awards", items: ["Culinary Excellence", "Best Heritage Dish"] }, ]} - title="Our Impact" - description="Leading the regional cuisine scene." + title="Celebrating Excellence" + description="Honored by our community and culinary experts alike." /> @@ -152,11 +148,12 @@ export default function LandingPage() { @@ -165,12 +162,12 @@ export default function LandingPage() { @@ -181,16 +178,16 @@ export default function LandingPage() { logoText="Ejaz Foods" columns={[ { - title: "Links", items: [ - { label: "About", href: "#about" }, + title: "Quick Links", items: [ { label: "Menu", href: "#products" }, - { label: "Contact", href: "#contact" }, + { label: "About Us", href: "#about" }, + { label: "FAQ", href: "#faq" }, ], }, { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Use", href: "#" }, + title: "Contact Info", items: [ + { label: "(555) 123-4567", href: "tel:+15551234567" }, + { label: "info@ejazfoods.com", href: "mailto:info@ejazfoods.com" }, ], }, ]} @@ -199,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1