From 17fdf41e8e9f9186bab5fa85fd10e267b045ee99 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:23:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 594cca5..2c578ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Briefcase, Cake, ChefHat, Crown, Gift, Handshake, Heart, MapPin, Phone, Ring, Smile, Sparkles, Users, Users2, Utensils } from "lucide-react"; +import { Briefcase, Cake, ChefHat, Crown, Gift, Handshake, Heart, MapPin, Phone, Smile, Sparkles, Users, Users2, Utensils, Building } from "lucide-react"; export default function AanandaBanquet() { return ( @@ -50,7 +50,7 @@ export default function AanandaBanquet() { ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/brides-couple-cutting-wedding-cake_8353-12243.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/brides-couple-cutting-wedding-cake_8353-12243.jpg" imageAlt="Luxury wedding stage setup at Aananda Banquet" mediaAnimation="slide-up" frameStyle="card" @@ -66,7 +66,7 @@ export default function AanandaBanquet() { @@ -226,7 +227,7 @@ export default function AanandaBanquet() { tagIcon={Phone} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/brides-couple-cutting-wedding-cake_8353-12243.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/brides-couple-cutting-wedding-cake_8353-12243.jpg" imageAlt="Aananda Banquet venue" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1