diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bf7dab..f8a1631 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -42,13 +42,13 @@ export default function LandingPage() { tag="Professional Quality" tagIcon={Award} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} buttons={[{text: "Get a Free Quote", href: "#contact"}, {text: "View Services", href: "#services"}]} buttonAnimation="slide-up" mediaItems={[ {imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APbNVLl0pbpQG3uEetfbZIRjaI/uploaded-1772497127667-xclt1oqb.jpg", imageAlt: "PAK Drywalling bulldog logo"}, {imageSrc: "http://img.b2bpic.net/free-photo/low-angle-colleagues-working-together_23-2149366699.jpg", imageAlt: "Professional drywall services"}, - {imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12865.jpg?_wi=1", imageAlt: "Texture and finishing work"} + {imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12865.jpg", imageAlt: "Texture and finishing work"} ]} mediaAnimation="slide-up" /> @@ -62,12 +62,12 @@ export default function LandingPage() { tagIcon={Wrench} tagAnimation="slide-up" features={[ - {title: "Drywall Hanging", description: "Expert drywall installation for residential and commercial projects of any size", imageSrc: "http://img.b2bpic.net/free-photo/builder-works-with-professional-angle-grinder-cut-bricks_169016-5270.jpg?_wi=1", imageAlt: "Drywall hanging service", buttonIcon: ArrowRight, buttonHref: "#contact"}, - {title: "Finishing & Texturing", description: "Smooth finishes and custom texture options to match your design preferences", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12865.jpg?_wi=2", imageAlt: "Finishing and texturing work", buttonIcon: ArrowRight, buttonHref: "#contact"}, - {title: "Sanding & Preparation", description: "Professional sanding and surface preparation for pristine paint-ready walls", imageSrc: "http://img.b2bpic.net/free-photo/builder-works-with-professional-angle-grinder-cut-bricks_169016-5270.jpg?_wi=2", imageAlt: "Sanding and preparation", buttonIcon: ArrowRight, buttonHref: "#contact"}, + {title: "Drywall Hanging", description: "Expert drywall installation for residential and commercial projects of any size", imageSrc: "http://img.b2bpic.net/free-photo/builder-works-with-professional-angle-grinder-cut-bricks_169016-5270.jpg", imageAlt: "Drywall hanging service", buttonIcon: ArrowRight, buttonHref: "#contact"}, + {title: "Finishing & Texturing", description: "Smooth finishes and custom texture options to match your design preferences", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12865.jpg", imageAlt: "Finishing and texturing work", buttonIcon: ArrowRight, buttonHref: "#contact"}, + {title: "Sanding & Preparation", description: "Professional sanding and surface preparation for pristine paint-ready walls", imageSrc: "http://img.b2bpic.net/free-photo/builder-works-with-professional-angle-grinder-cut-bricks_169016-5270.jpg", imageAlt: "Sanding and preparation", buttonIcon: ArrowRight, buttonHref: "#contact"}, {title: "Tile Installation", description: "Expert shower and bathroom tile installation with precision and attention to detail", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Shower tile installation", buttonIcon: ArrowRight, buttonHref: "#contact"}, - {title: "Residential Projects", description: "Complete interior finishing solutions for homes and residential developments", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=1", imageAlt: "Residential construction", buttonIcon: ArrowRight, buttonHref: "#contact"}, - {title: "Commercial Work", description: "Large-scale commercial drywall and finishing projects completed on schedule", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=2", imageAlt: "Commercial construction", buttonIcon: ArrowRight, buttonHref: "#contact"} + {title: "Residential Projects", description: "Complete interior finishing solutions for homes and residential developments", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Residential construction", buttonIcon: ArrowRight, buttonHref: "#contact"}, + {title: "Commercial Work", description: "Large-scale commercial drywall and finishing projects completed on schedule", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", imageAlt: "Commercial construction", buttonIcon: ArrowRight, buttonHref: "#contact"} ]} textboxLayout="default" useInvertedBackground={false} @@ -153,7 +153,7 @@ export default function LandingPage() {