From 9777b6e3698c3b51886d73211839b14242827bb9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:28:43 +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 6df5fa2..df77657 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Explore Flavors", href: "#flavors" }, { text: "Visit Us Today", href: "#contact" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-chocolate-milkshake-with-pretzel_23-2148635650.jpg" imageAlt="Premium ice cream with chocolate drizzle" frameStyle="card" @@ -167,7 +167,7 @@ export default function LandingPage() { { id: "5", name: "Priya Sharma, Food Enthusiast", date: "Date: September 2024", title: "Best ice cream in town", quote: "Polar Bear is simply the best! Premium quality, friendly staff, and an amazing selection of flavors. We always visit when we want to treat ourselves.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", avatarAlt: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/rustic-restaurant-furniture-restaurant_53876-16490.jpg"}, { - id: "6", name: "Raj Patel, Community Member", date: "Date: August 2024", title: "A place for everyone", quote: "Whether you are celebrating or just want a treat, Polar Bear is perfect. The ambience is welcoming, the ice cream is top-notch, and the team really cares about their customers.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera-home_1301-4492.jpg", avatarAlt: "Raj Patel", imageSrc: "http://img.b2bpic.net/free-photo/two-pretty-girls-summer-park_1157-19648.jpg"}, + id: "6", name: "Raj Patel, Community Member", date: "Date: August 2024", title: "A place for everyone", quote: "Whether you're celebrating or just want a treat, Polar Bear is perfect. The ambience is welcoming, the ice cream is top-notch, and the team really cares about their customers.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera-home_1301-4492.jpg", avatarAlt: "Raj Patel", imageSrc: "http://img.b2bpic.net/free-photo/two-pretty-girls-summer-park_1157-19648.jpg"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -210,7 +210,7 @@ export default function LandingPage() { tag="Newsletter" title="Ready For The Best Sundae Of Your Life?" description="Join hundreds of happy customers who love Polar Bear Ice Cream. Subscribe to get exclusive offers, new flavor announcements, and special treats delivered to your inbox." - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-vector/landing-page_23-2148118969.jpg" imageAlt="Newsletter signup" -- 2.49.1