8 Commits

Author SHA1 Message Date
746dbcffc9 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:02:34 +00:00
7a2822ebcf Update src/app/page.tsx 2026-03-06 05:02:30 +00:00
f5c5b83c81 Update src/app/layout.tsx 2026-03-06 05:02:30 +00:00
fa7a20b1cf Merge version_2 into main
Merge version_2 into main
2026-03-06 05:00:36 +00:00
a1f57f9c07 Update src/app/page.tsx 2026-03-06 05:00:32 +00:00
f8ac1f1079 Merge version_2 into main
Merge version_2 into main
2026-03-06 04:59:29 +00:00
2d6237d698 Update src/app/page.tsx 2026-03-06 04:59:25 +00:00
800281ae54 Update src/app/layout.tsx 2026-03-06 04:59:25 +00:00
2 changed files with 1372 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYbabIm0qLl0N2x67sPQkbjReU/uploaded-1772772950097-cv7ey5k5.jpg"
imageAlt="Beautifully cleaned luxury home interior"
buttons={[
{ text: "Get a Free Quote", href: "contact-form" },
@@ -157,4 +157,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}