11 Commits

Author SHA1 Message Date
3f627de841 Merge version_4 into main
Merge version_4 into main
2026-05-05 20:16:52 +00:00
66d558d712 Update src/app/page.tsx 2026-05-05 20:16:49 +00:00
3e68bada4f Merge version_4 into main
Merge version_4 into main
2026-05-05 20:14:29 +00:00
954950e7c6 Update src/app/page.tsx 2026-05-05 20:14:26 +00:00
5505d7b860 Merge version_3 into main
Merge version_3 into main
2026-05-05 20:13:28 +00:00
5445244569 Update src/app/page.tsx 2026-05-05 20:13:25 +00:00
bb678fdb48 Merge version_2 into main
Merge version_2 into main
2026-05-05 20:12:12 +00:00
1260ffebc3 Update src/app/page.tsx 2026-05-05 20:12:09 +00:00
f2651adab8 Merge version_1 into main
Merge version_1 into main
2026-05-05 20:08:05 +00:00
b114a31b1d Merge version_1 into main
Merge version_1 into main
2026-05-05 20:07:42 +00:00
1b8a73769d Merge version_1 into main
Merge version_1 into main
2026-05-05 20:07:16 +00:00

View File

@@ -8,7 +8,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() { export default function LandingPage() {
@@ -51,9 +50,9 @@ export default function LandingPage() {
{ name: "David K.", handle: "Homeowner", testimonial: "No confusion, no delays. Just quality work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302604.jpg?_wi=1", imageAlt: "luxury backyard design aerial" }, { name: "David K.", handle: "Homeowner", testimonial: "No confusion, no delays. Just quality work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302604.jpg?_wi=1", imageAlt: "luxury backyard design aerial" },
{ name: "Lisa M.", handle: "Interior Designer", testimonial: "The most professional team in the Bay Area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-tanned-sporty-slim-woman-relaxing-swimming-pool-spa-creative-white-hat-bikini-hot-summer-day-bright-sunny-light_231208-6846.jpg?_wi=1", imageAlt: "luxury backyard design aerial" } { name: "Lisa M.", handle: "Interior Designer", testimonial: "The most professional team in the Bay Area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-tanned-sporty-slim-woman-relaxing-swimming-pool-spa-creative-white-hat-bikini-hot-summer-day-bright-sunny-light_231208-6846.jpg?_wi=1", imageAlt: "luxury backyard design aerial" }
]} ]}
buttons={[{ text: "Schedule Free Consultation", href: "#contact" }, { text: "View Our Work", href: "#portfolio" }]} buttons={[{ text: "Get Your Free Estimate", href: "#contact" }, { text: "View Our Work", href: "#portfolio" }]}
imageSrc="http://img.b2bpic.net/free-photo/white-resort-with-coconut-tree-leaves_23-2148249098.jpg?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DJpf10pyihPTNtshhIhAPhI2xU/uploaded-1778012164521-y7ymu3s0.avif"
imageAlt="Luxurious Bay Area outdoor living space" imageAlt="Luxurious complete Bay Scenery outdoor design-build project"
/> />
</div> </div>
@@ -117,9 +116,9 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Let's Build" tag="Limited Availability"
title="Your Dream Property Starts With One Conversation." title="Secure Your Personalized Design Consultation"
description="Schedule your free consultation with Ali and the team." description="We accept a limited number of projects each season to ensure dedicated attention to every detail. Book your spot today."
buttons={[{ text: "Request My Free Consultation", href: "#" }]} buttons={[{ text: "Request My Free Consultation", href: "#" }]}
/> />
</div> </div>