From ae64c4324424833749aac879339f94b3813727eb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:42:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9339988..44c9b34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="New Releases Available" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Browse Solutions", href: "products" }, { text: "View Demo", href: "#features" }, @@ -130,22 +130,22 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Executive Email Templates Bundle", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-psd/black-white-business-brochure_1389-127.jpg?_wi=1", imageAlt: "Email template collection for business", initialQuantity: 1, + id: "1", name: "Executive Email Templates Bundle", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-psd/black-white-business-brochure_1389-127.jpg", imageAlt: "Email template collection for business", initialQuantity: 1, }, { - id: "2", name: "6-Week Sales Mastery Course", price: "$197.00", imageSrc: "http://img.b2bpic.net/free-photo/happy-freelance-worker-holding-education-training-class-laptop-from-home_637285-6051.jpg?_wi=1", imageAlt: "Professional sales training course", initialQuantity: 1, + id: "2", name: "6-Week Sales Mastery Course", price: "$197.00", imageSrc: "http://img.b2bpic.net/free-photo/happy-freelance-worker-holding-education-training-class-laptop-from-home_637285-6051.jpg", imageAlt: "Professional sales training course", initialQuantity: 1, }, { - id: "3", name: "Lead Generation Tool Pro", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-founder-programming-ai-software-database_482257-90860.jpg?_wi=1", imageAlt: "Advanced lead generation software", initialQuantity: 1, + id: "3", name: "Lead Generation Tool Pro", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-founder-programming-ai-software-database_482257-90860.jpg", imageAlt: "Advanced lead generation software", initialQuantity: 1, }, { - id: "4", name: "Content Calendar Templates", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-psd/black-white-business-brochure_1389-127.jpg?_wi=2", imageAlt: "Social media content planning templates", initialQuantity: 1, + id: "4", name: "Content Calendar Templates", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-psd/black-white-business-brochure_1389-127.jpg", imageAlt: "Social media content planning templates", initialQuantity: 1, }, { - id: "5", name: "Personal Branding Masterclass", price: "$97.00", imageSrc: "http://img.b2bpic.net/free-photo/happy-freelance-worker-holding-education-training-class-laptop-from-home_637285-6051.jpg?_wi=2", imageAlt: "Personal branding education program", initialQuantity: 1, + id: "5", name: "Personal Branding Masterclass", price: "$97.00", imageSrc: "http://img.b2bpic.net/free-photo/happy-freelance-worker-holding-education-training-class-laptop-from-home_637285-6051.jpg", imageAlt: "Personal branding education program", initialQuantity: 1, }, { - id: "6", name: "Automation Workflow Builder", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-founder-programming-ai-software-database_482257-90860.jpg?_wi=2", imageAlt: "Business automation software solution", initialQuantity: 1, + id: "6", name: "Automation Workflow Builder", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-founder-programming-ai-software-database_482257-90860.jpg", imageAlt: "Business automation software solution", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -198,13 +198,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen testimonial"}, { id: "2", name: "Marcus Johnson", role: "CEO", company: "Growth Accelerators Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Johnson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson testimonial"}, { id: "3", name: "Emma Rodriguez", role: "Entrepreneur", company: "Digital Scale Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Emma Rodriguez testimonial"}, { id: "4", name: "David Kim", role: "Business Owner", company: "StartupXYZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim testimonial"}, ]} kpiItems={[ { value: "340%", label: "Average ROI Increase" }, @@ -277,7 +277,7 @@ export default function LandingPage() { { text: "Explore Free Resources", href: "#" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={true} /> -- 2.49.1