From 013b60a8de66275e98a1c2e2d1c1d7ed17f12132 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:20:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d45066c..6462104 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLarge" - background="fluid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#about" } ]} - background={{ variant: "fluid" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120456.jpg" imageAlt="Digital product showcase" mediaAnimation="slide-up" @@ -97,10 +97,10 @@ export default function LandingPage() { description="Hear what our satisfied clients have to say about their experience working with us." testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Working with this team has been transformative for our brand. The attention to detail and creative vision exceeded all expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg?_wi=1", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Working with this team has been transformative for our brand. The attention to detail and creative vision exceeded all expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Exceptional quality and professionalism. They understood our vision immediately and delivered results that perfectly aligned with our goals.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=1", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Exceptional quality and professionalism. They understood our vision immediately and delivered results that perfectly aligned with our goals.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@erodriguez", testimonial: "The entire process was smooth and collaborative. The final product not only met but exceeded our expectations. Outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Emily Rodriguez" @@ -109,10 +109,10 @@ export default function LandingPage() { id: "4", name: "David Kim", handle: "@dkim", testimonial: "Incredibly talented team with a genuine passion for their craft. They turned our ideas into a beautiful reality. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Palmer", handle: "@jpalmer", testimonial: "Top-notch service and communication throughout. They were responsive, creative, and delivered on time. We look forward to future collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg?_wi=2", imageAlt: "Jessica Palmer" + id: "5", name: "Jessica Palmer", handle: "@jpalmer", testimonial: "Top-notch service and communication throughout. They were responsive, creative, and delivered on time. We look forward to future collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-business-woman-suit_23-2148603020.jpg", imageAlt: "Jessica Palmer" }, { - id: "6", name: "Alex Thompson", handle: "@athompson", testimonial: "We've worked with many agencies, but this team stands out. Their expertise, dedication, and results are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=2", imageAlt: "Alex Thompson" + id: "6", name: "Alex Thompson", handle: "@athompson", testimonial: "We've worked with many agencies, but this team stands out. Their expertise, dedication, and results are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Alex Thompson" } ]} animationType="slide-up" @@ -127,7 +127,7 @@ export default function LandingPage() { tag="Get In Touch" title="Ready to start your project?" description="Join hundreds of satisfied clients. Sign up for our newsletter to receive exclusive updates, insights, and special offers directly in your inbox." - background={{ variant: "fluid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/register-enquiry-online-web-page-concept_53876-123671.jpg" imageAlt="Contact us" -- 2.49.1