From b5d49b40ff0c155fa7edf61dba825e572d10d996 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 03:31:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 354e9b7..81d0656 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, CheckCircle, Heart, Instagram, Facebook, Twitter, Phone } from 'lucide-react'; +import { Sparkles, CheckCircle, Heart, Instagram, Facebook, Twitter, Phone, Lemon } from 'lucide-react'; export default function LandingPage() { return ( @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Sparkles} title="Quench Your Thirst with Real Lemonade" description="Handcrafted lemonade made fresh daily with quality ingredients. Perfect for summer gatherings, picnics, and outdoor events. Experience the taste of pure refreshment." - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y1jrzp", imageAlt: "Fresh lemonade pitcher" @@ -87,7 +87,7 @@ export default function LandingPage() {
@@ -178,7 +181,7 @@ export default function LandingPage() { tagIcon={Phone} title="Order Your Fresh Lemonade Today" description="Subscribe to our newsletter for updates, special offers, and event information. Or reach out directly to place a custom order for your next gathering." - background={{ variant: "fluid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rs1j7k" imageAlt="Our lemonade stand" -- 2.49.1