From 85d0bf3d4cca548bf9a6c2bd5a782c332c1893e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:59:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26399b4..990a50b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, Clock, Flame, Heart, Leaf, Thermometer, Facebook, Instagram } from 'lucide-react'; +import { Award, Clock, Flame, Heart, Leaf, Thermometer, Facebook, Instagram, Sparkles, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -47,7 +47,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant_140725-28153.jpg?_wi=1", imageAlt: "Delicious grilled kebab with fresh herbs" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant_140725-28153.jpg", imageAlt: "Delicious grilled kebab with fresh herbs" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-shirt-standing-with-baked-chicken_23-2147961394.jpg", imageAlt: "Complete kebab platter with multiple skewers" @@ -175,7 +175,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us what you think or ask us anything...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant_140725-28153.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant_140725-28153.jpg" imageAlt="Fresh grilled kebab" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1