From 6c20aefa74975146d9cc5a45450d95e5c88bda62 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:39:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3273a7b..987f0f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,14 +64,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg", imageAlt: "Decorative feature wall" } ]} carouselPosition="right" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} avatars={[ { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 1" }, { src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer 2" }, { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer 3" } ]} avatarText="Trusted by 227+ happy customers" - useInvertedBackground={false} /> @@ -173,10 +172,8 @@ export default function LandingPage() { { id: "5", title: "Expert Fireplace Solutions", quote: "The fireplace team at Tiletopia helped us choose the perfect heating solution for our home. Their knowledge and installation support made everything smooth and stress-free.", name: "Patricia Moore", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Patricia Moore" }, { id: "6", title: "Outstanding Customer Care", quote: "From the moment I walked in to after the delivery, Tiletopia's customer care was outstanding. They truly care about customer satisfaction and it shows in every interaction.", name: "David Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson" } ]} - animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttonAnimation="none" /> @@ -210,7 +207,7 @@ export default function LandingPage() { { text: "Visit Our Showroom", href: "https://maps.google.com/?q=Gerber+Blvd,+Gants+Plaza,+Cape+Town,+7140" } ]} buttonAnimation="none" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} /> -- 2.49.1