diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dac89f..921cc20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Request Quote", href: "contact" } ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", imageAlt: "modern construction building exterior residential project completed luxury home exterior" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-388.jpg", imageAlt: "commercial building construction office building exterior glass facade architecture" }, @@ -133,9 +133,9 @@ export default function LandingPage() { title="What Our Clients Say" description="Real feedback from satisfied customers who trusted us with their projects" testimonials={[ - { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Residential Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business corporate headshot business person photo" }, + { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Residential Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business corporate headshot business person photo" }, { id: "2", name: "James Chen", role: "Business Owner", company: "Commercial Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "professional portrait business corporate headshot business woman photo" }, - { id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Multi-Project Partner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business corporate headshot business man photo" }, + { id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Multi-Project Partner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business corporate headshot business man photo" }, { id: "4", name: "Michael Thompson", role: "Architect", company: "Design Collaboration", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "professional portrait business corporate headshot entrepreneur photo" } ]} gridVariant="uniform-all-items-equal"