Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 18:46:13 +00:00

View File

@@ -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() {
<MetricSplitMediaAbout
tag="Why Choose Us"
tagIcon={Heart}
tagAnimation="slide-up"
title="Built for Customer Success"
description="We believe website building should be simple, powerful, and accessible to everyone. Web Solutions combines intuitive design with enterprise-grade features, so you can focus on growing your business instead of wrestling with complex tools."
metrics={[
@@ -95,6 +96,7 @@ export default function LandingPage() {
imageAlt="Web Solutions Team Building Websites"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -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"