From b22d5d50bf4ad5e8574172fae7b8bfd200cf69c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:02:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 56 +++++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 216a1f7..8202814 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,11 +20,10 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="circleGradient" + background="noise" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="normal" > @@ -90,14 +87,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", title: "Great Service", quote: "They made our workflow so much easier.", name: "Alex Smith", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-curly-hair-warmly-dressed-fur-coat-scarf-winter-frost-sunny-day-street-city_1321-2313.jpg?_wi=1" }, - { id: "t2", title: "Impactful Design", quote: "Beautiful work that drives results.", name: "Maria Garcia", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg" }, - { id: "t3", title: "Professional Team", quote: "Always responsive and professional.", name: "John Doe", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-street_641386-1075.jpg" }, - { id: "t4", title: "Highly Recommend", quote: "The best partner for our digital needs.", name: "Sarah Lee", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg" }, - { id: "t5", title: "Exceptional Quality", quote: "A truly transformative partnership.", name: "David Chen", role: "Operations", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-curly-hair-warmly-dressed-fur-coat-scarf-winter-frost-sunny-day-street-city_1321-2313.jpg?_wi=2" } + { id: "t1", title: "Exceptional Partners", quote: "Professional, warm, and highly efficient team.", name: "Alex Smith", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-curly-hair-warmly-dressed-fur-coat-scarf-winter-frost-sunny-day-street-city_1321-2313.jpg" }, + { id: "t2", title: "Stunning Results", quote: "They transformed our workflow seamlessly.", name: "Maria Garcia", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg" } ]} - title="Loved by Our Clients" - description="Read what our partners say about working with us." + title="Trusted by Clients" + description="Hear how we've helped partners succeed." /> @@ -106,12 +100,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "What is the onboarding process?", content: "Our process is simple and quick." }, - { id: "q2", title: "Do you offer support?", content: "Yes, we provide 24/7 dedicated support." }, - { id: "q3", title: "Can I cancel anytime?", content: "Yes, our plans are flexible." } + { id: "q1", title: "How do we begin?", content: "Get in touch through our contact form and we'll start with a consultation." }, + { id: "q2", title: "What is your process?", content: "We focus on a collaborative approach to ensure professional results every time." }, + { id: "q3", title: "Can we scale?", content: "Absolutely, our solutions grow alongside your business." } ]} title="Common Questions" - description="Find answers to our most frequently asked questions." + description="Everything you need to know about our services." faqsAnimation="slide-up" /> @@ -120,12 +114,12 @@ export default function LandingPage() { @@ -135,7 +129,7 @@ export default function LandingPage() { @@ -143,4 +137,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file