Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0053e8ec36 | |||
| 342876964c | |||
| b74d9a2832 | |||
| f5b5f431ea | |||
| 2c26e187cd | |||
| f0681e34ed |
@@ -33,8 +33,6 @@ export default function LandingPage() {
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Projects", id: "projects"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
@@ -89,16 +87,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Luxury Kitchen Remodeling", description: "High-end kitchen designs tailored to your cooking and living preferences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-cj5cghwk.jpg", buttonIcon: ArrowRight,
|
||||
title: "Luxury Kitchen Remodeling", description: "High-end kitchen designs tailored to your cooking and living preferences.", imageSrc: "https://images.unsplash.com/photo-1556911220-e15b29be8c8f?q=80&w=1200&h=800", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Bathroom Renovations", description: "Transform your bathroom into a personal, spa-level retreat with premium finishes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-iag7xlph.jpg", buttonIcon: ArrowRight,
|
||||
title: "Bathroom Renovations", description: "Transform your bathroom into a personal, spa-level retreat with premium finishes.", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?q=80&w=1200&h=800", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Full Home Construction", description: "Complete home renovations handled with white-glove project management.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-hv1z3l7m.jpg", buttonIcon: ArrowRight,
|
||||
title: "Full Home Construction", description: "Complete home renovations handled with white-glove project management.", imageSrc: "https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=1200&h=800", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Custom Design Consults", description: "Collaborative design sessions to bring your vision to life perfectly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bm1oVR8MDbHFPoyht6vrquan46/uploaded-1775340562017-8cipfl52.jpg?_wi=1", buttonIcon: ArrowRight,
|
||||
title: "Custom Design Consults", description: "Collaborative design sessions to bring your vision to life perfectly.", imageSrc: "https://images.unsplash.com/photo-1618219908412-a26a11709405?q=80&w=1200&h=800", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Our Remodeling Services"
|
||||
@@ -179,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user