From 76459c219ed352bd4bf4269d43937ba14a70c589 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:01:14 +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 7ff2a43..a3d6330 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Experience Pure Hydration with SBM Waters" description="Elevate your hydration journey with our premium water bottles, designed for those who refuse to compromise on quality. Engineered with advanced insulation technology and eco-conscious materials." - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-unrecognizable-woman-dressed-sportswear-holds-sporty-bottle-fresh-water-wears-smartwatch-feels-thirsty-after-cardio-training-stands-outdoors-against-blurred-background_273609-59134.jpg", imageAlt: "SBM Waters Premium Bottle"}, @@ -170,11 +170,11 @@ export default function LandingPage() { { id: "1", title: "Changed My Daily Routine", quote: "The SBM Pro bottle keeps my water ice-cold from morning to night. I've never experienced anything like it. The quality is exceptional and the design is absolutely gorgeous.", name: "Sarah Mitchell", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", title: "Perfect for Active Lifestyle", quote: "As someone who's always on the go, the SBM Ultra is my constant companion. Durable, stylish, and maintains temperature perfectly. Worth every penny.", name: "Michael Chen", role: "Adventure Traveler", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1", imageAlt: "Michael Chen"}, + id: "2", title: "Perfect for Active Lifestyle", quote: "As someone who's always on the go, the SBM Ultra is my constant companion. Durable, stylish, and maintains temperature perfectly. Worth every penny.", name: "Michael Chen", role: "Adventure Traveler", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Michael Chen"}, { id: "3", title: "Premium Quality, Great Design", quote: "I've purchased three bottles for my family. The build quality is outstanding and the colors are beautiful. This is the bottle that actually lives up to the hype.", name: "Emily Rodriguez", role: "Lifestyle Blogger", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", title: "Best Investment for Hydration", quote: "SBM Waters exceeded all my expectations. The insulation technology is incredible, and knowing it's made from recyclable materials makes me feel good about my purchase.", name: "David Kim", role: "Environmental Advocate", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2", imageAlt: "David Kim"}, + id: "4", title: "Best Investment for Hydration", quote: "SBM Waters exceeded all my expectations. The insulation technology is incredible, and knowing it's made from recyclable materials makes me feel good about my purchase.", name: "David Kim", role: "Environmental Advocate", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "David Kim"}, ]} /> -- 2.49.1