From b6694b89b9498b34593d2c3452b687888a545686 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:08:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8010a2c..ab716f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Heart, Sparkles, Utensils, Calendar, Star, Cake, Briefcase, Users, ChefHat, Candle } from 'lucide-react'; +import { Award, Heart, Sparkles, Utensils, Calendar, Star, Cake, Briefcase, Users, ChefHat } from 'lucide-react'; export default function GrandCafeLanding() { return ( @@ -88,11 +88,11 @@ export default function GrandCafeLanding() { useInvertedBackground={false} features={[ { - title: "Culinary Excellence", description: "Modern interpretations of Georgian classics combined with refined European dishes. Each plate is a masterpiece of flavor, presentation, and balance.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8204.jpg?_wi=1", imageAlt: "Beef Stroganoff - Culinary Excellence", buttonIcon: ChefHat, + title: "Culinary Excellence", description: "Modern interpretations of Georgian classics combined with refined European dishes. Each plate is a masterpiece of flavor, presentation, and balance.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8204.jpg", imageAlt: "Beef Stroganoff - Culinary Excellence", buttonIcon: ChefHat, buttonHref: "#menu" }, { - title: "Elegant Atmosphere", description: "Quiet sophistication meets warm hospitality. White tablecloths, soft lighting, and thoughtful design create the perfect setting for celebration and connection.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517426.jpg", imageAlt: "Wine service moment - Elegant Atmosphere", buttonIcon: Candle, + title: "Elegant Atmosphere", description: "Quiet sophistication meets warm hospitality. White tablecloths, soft lighting, and thoughtful design create the perfect setting for celebration and connection.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517426.jpg", imageAlt: "Wine service moment - Elegant Atmosphere", buttonIcon: Sparkles, buttonHref: "#reserve" }, { @@ -117,7 +117,7 @@ export default function GrandCafeLanding() { products={[ { id: "beef-stroganoff", brand: "Georgian Tradition", name: "Beef Stroganoff", price: "28,000₾", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8204.jpg?_wi=2", imageAlt: "Beef Stroganoff" + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8204.jpg", imageAlt: "Beef Stroganoff" }, { id: "chicken-shkmeruli", brand: "Georgian Heritage", name: "Chicken Shkmeruli", price: "22,000₾", rating: 5, -- 2.49.1