From d769bf0b58420ef13dc7cf912a0e9121b32fccbf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:11:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2675cb6..f9441d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="large" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Service" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Learn More", href: "about" }, { text: "Get Started", href: "contact" }, @@ -110,13 +110,13 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground="invertDefault" - gridVariant="uniform-4-items" + gridVariant="uniform-3-items" animationType="slide-up" features={[ { id: "1", title: "Premium Quality", description: "We maintain the highest standards in every aspect of our work, ensuring superior results that exceed expectations.", imageSrc: - "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg?_wi=1", imageAlt: "quality excellence premium standard"}, + "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg", imageAlt: "quality excellence premium standard"}, { id: "2", title: "Expert Support", description: "Our dedicated team of professionals is always ready to assist you with expert guidance and personalized solutions.", imageSrc: @@ -128,7 +128,7 @@ export default function LandingPage() { { id: "4", title: "Customized Solutions", description: "We tailor our offerings to match your unique needs, providing bespoke solutions that work perfectly for you.", imageSrc: - "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg?_wi=2", imageAlt: "quality excellence premium standard"}, + "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg", imageAlt: "quality excellence premium standard"}, ]} /> @@ -146,22 +146,22 @@ export default function LandingPage() { id: "1", name: "Sarah Mitchell, CEO of TechCorp", date: "Date: 15 November 2024", title: "Exceptional Service and Quality", quote: "Pulmers has been instrumental in our company's growth. Their commitment to excellence and customer satisfaction is unmatched. We highly recommend their services.", tag: "Premium Plan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Mitchell", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=1", imageAlt: "client satisfied success happy"}, + "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "client satisfied success happy"}, { id: "2", name: "James Rodriguez, Director of Operations", date: "Date: 20 October 2024", title: "Reliable Partner We Can Trust", quote: "Working with Pulmers has transformed how we operate. Their expertise and professional approach have consistently delivered results beyond our expectations.", tag: "Standard Plan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "James Rodriguez", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=2", imageAlt: "client satisfied success happy"}, + "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "client satisfied success happy"}, { id: "3", name: "Emma Thompson, Marketing Manager", date: "Date: 08 September 2024", title: "Innovative Solutions That Work", quote: "Pulmers provided innovative solutions that perfectly fit our needs. Their team's attention to detail and proactive approach made all the difference in our success.", tag: "Premium Plan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Emma Thompson", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=3", imageAlt: "client satisfied success happy"}, + "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "client satisfied success happy"}, { id: "4", name: "David Chen, Founder of InnovateLab", date: "Date: 25 August 2024", title: "Outstanding Support and Expertise", quote: "The level of expertise and support from Pulmers is outstanding. They understand our business and provide tailored solutions that drive real results.", tag: "Enterprise Plan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Chen", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=4", imageAlt: "client satisfied success happy"}, + "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "client satisfied success happy"}, ]} /> @@ -220,7 +220,6 @@ export default function LandingPage() {