From 281087a56b1dfc2a25cf455caf68a1f20aba1fa0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:46:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e54d5cb..6fefb72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="large" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Website Builder" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Start Building Free", href: "#contact" }, { text: "Watch Demo", href: "https://www.example.com" } @@ -85,6 +85,7 @@ export default function LandingPage() { @@ -120,12 +122,12 @@ export default function LandingPage() { title="What Our Customers Say" description="Hear from real businesses who've transformed their online presence with Web Solutions." testimonials={[ - { id: "1", name: "Sarah Chen", handle: "Founder, LocalBiz Co", testimonial: "Web Solutions transformed how we present our business online. The ease of use is incredible, and our conversion rates increased by 45% in just three months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen" }, - { id: "2", name: "Marcus Johnson", handle: "CEO, Creative Studios", testimonial: "This is the website builder I've been waiting for. It's powerful enough for professionals but simple enough for anyone to use. Customer support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson" }, - { id: "3", name: "Emily Rodriguez", handle: "E-commerce Owner", testimonial: "I went from spending months and thousands on web development to launching my store in two weeks. Web Solutions is a game-changer for small business owners.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, - { id: "4", name: "David Kim", handle: "Marketing Director, TechFlow", testimonial: "The analytics and SEO tools built into Web Solutions replaced three different services we were paying for. It's both simpler and more comprehensive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" }, - { id: "5", name: "Jessica López", handle: "Photographer, Studio Lopez", testimonial: "Finally, a website builder that understands visual businesses. The gallery features and portfolio templates are absolutely stunning. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica López" }, - { id: "6", name: "Thomas Wright", handle: "Consultant, Business Advisors", testimonial: "We recommend Web Solutions to all our clients. It delivers professional results without the professional price tag. Outstanding value.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Thomas Wright" } + { id: "1", name: "Sarah Chen", handle: "Founder, LocalBiz Co", testimonial: "Web Solutions transformed how we present our business online. The ease of use is incredible, and our conversion rates increased by 45% in just three months.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" }, + { id: "2", name: "Marcus Johnson", handle: "CEO, Creative Studios", testimonial: "This is the website builder I've been waiting for. It's powerful enough for professionals but simple enough for anyone to use. Customer support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson" }, + { id: "3", name: "Emily Rodriguez", handle: "E-commerce Owner", testimonial: "I went from spending months and thousands on web development to launching my store in two weeks. Web Solutions is a game-changer for small business owners.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" }, + { id: "4", name: "David Kim", handle: "Marketing Director, TechFlow", testimonial: "The analytics and SEO tools built into Web Solutions replaced three different services we were paying for. It's both simpler and more comprehensive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" }, + { id: "5", name: "Jessica López", handle: "Photographer, Studio Lopez", testimonial: "Finally, a website builder that understands visual businesses. The gallery features and portfolio templates are absolutely stunning. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica López" }, + { id: "6", name: "Thomas Wright", handle: "Consultant, Business Advisors", testimonial: "We recommend Web Solutions to all our clients. It delivers professional results without the professional price tag. Outstanding value.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Thomas Wright" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1