diff --git a/src/app/page.tsx b/src/app/page.tsx index 384bb33..a7e71ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Serving Sonari with authentic Indian sweets, custom cakes, and bakery items. Trusted by 1,100+ happy customers. Order now for fresh, handmade delights made with premium ingredients." tag="4.2★ Rated | 1,100+ Reviews" tagIcon={Star} - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Call Now: 094303 48362", href: "tel:09430348362" }, { text: "WhatsApp Order", href: "https://wa.me/919430348362" } @@ -55,7 +55,7 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-indian-dessert-plate_23-2149312393.jpg", imageAlt: "Traditional Indian sweets collection" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-pink-cakes-with-candies-cookies-inside-plate-white-surface_140725-61666.jpg", imageAlt: "Colorful festive sweets display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=1", imageAlt: "Fresh bakery items showcase" } + { imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg", imageAlt: "Fresh bakery items showcase" } ]} mediaAnimation="slide-up" /> @@ -71,10 +71,11 @@ export default function LandingPage() { { value: "4.2★", title: "Rating with 1,100+ Reviews" }, { value: "1985", title: "Proudly Serving Since" } ]} - imageSrc="http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg" imageAlt="Sri Ram Sweets shop interior" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -151,7 +152,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Priya Sharma, Sonari", date: "Date: 15 January 2025", title: "Best sweets in Sonari!", quote: "We have been ordering from Sri Ram Sweets for 5 years. The quality is always consistent, fresh, and delicious. Perfect for all occasions.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Customer testimonial" + id: "1", name: "Priya Sharma, Sonari", date: "Date: 15 January 2025", title: "Best sweets in Sonari!", quote: "We have been ordering from Sri Ram Sweets for 5 years. The quality is always consistent, fresh, and delicious. Perfect for all occasions.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Customer testimonial" }, { id: "2", name: "Rajesh Kumar, Jamshedpur", date: "Date: 22 December 2024", title: "Amazing custom cakes!", quote: "Ordered a custom birthday cake for my daughter. The design was perfect, taste was amazing, and delivery was on time. Highly recommended!", tag: "Birthday Celebration", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Happy customer" @@ -166,7 +167,7 @@ export default function LandingPage() { id: "5", name: "Meera Desai, Sonari", date: "Date: 15 November 2024", title: "Corporate orders made easy", quote: "We ordered bulk sweets for our office Diwali party. The team handled everything seamlessly with on-time delivery. Professional and delicious!", tag: "Corporate Order", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Business customer" }, { - id: "6", name: "Deepak Verma, Jamshedpur", date: "Date: 5 November 2024", title: "Fresh bakery items daily", quote: "I visit every morning for fresh bread and pastries. Never disappointed. The staff is friendly and the quality is consistently excellent.", tag: "Daily Customer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Regular customer" + id: "6", name: "Deepak Verma, Jamshedpur", date: "Date: 5 November 2024", title: "Fresh bakery items daily", quote: "I visit every morning for fresh bread and pastries. Never disappointed. The staff is friendly and the quality is consistently excellent.", tag: "Daily Customer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Regular customer" } ]} /> @@ -176,7 +177,7 @@ export default function LandingPage() {