Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-02-21 17:15:41 +00:00
2 changed files with 37 additions and 19 deletions

View File

@@ -29,11 +29,11 @@ export default function BlogPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Projects", id: "projects" },
{ name: "Process", id: "process" },
{ name: "Contact", id: "contact" },
{ name: "About", id: "/#about" },
{ name: "Services", id: "/#services" },
{ name: "Projects", id: "/#projects" },
{ name: "Process", id: "/#process" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Lakeside Construction"
bottomLeftText="Crafting Dreams into Reality"
@@ -61,7 +61,26 @@ export default function BlogPage() {
)}
<div id="footer" data-section="footer">
<FooterBase />
<FooterBase
columns={[
{
title: 'Company',
links: [
{ text: 'Home', href: '/' },
{ text: 'About', href: '/#about' },
{ text: 'Services', href: '/#services' },
{ text: 'Projects', href: '/#projects' },
],
},
{
title: 'Connect',
links: [
{ text: 'Contact Us', href: '/#contact' },
{ text: 'Blog', href: '/blog' },
],
},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -53,7 +53,6 @@ export default function LandingPage() {
videoSrc="https://img.b2bpic.net/free-photo/beautiful-green-gold-field_23-2150978179.jpg"
videoAriaLabel="Cinematic video of a luxury home build at sunset"
showDimOverlay={true}
useInvertedBackground={false}
ariaLabel="Hero section for Lakeside Construction Inc."
/>
</div>
@@ -96,17 +95,17 @@ export default function LandingPage() {
title="Comprehensive Luxury Building Services"
description="From bespoke new constructions to transformative renovations, Lakeside Construction delivers superior quality and meticulous attention to detail across every project."
features={[
{ id: 1, title: "Custom Home Builds", description: "Design and construct your dream home from the ground up, tailored to your unique vision and lifestyle.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/linear-flat-real-estate-infographic-template_23-2149018196.jpg?_wi=1", imageAlt: "Luxury house icon" }, phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/linear-flat-real-estate-infographic-template_23-2149018196.jpg?_wi=2", imageAlt: "Luxury home blueprint" } },
{ id: 2, title: "Luxury Renovations", description: "Elevate your existing property with high-end renovations that blend modern aesthetics with timeless appeal.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/flat-design-interior-design-template_23-2149634275.jpg?_wi=1", imageAlt: "Interior design icon" }, phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/flat-design-interior-design-template_23-2149634275.jpg?_wi=2", imageAlt: "Luxury renovation plan" } },
{ id: 3, title: "Additions & Expansions", description: "Seamlessly integrate new spaces that enhance functionality and expand the footprint of your luxury home.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/construction-infographic-template-set_98292-4099.jpg?_wi=1", imageAlt: "House extension icon" }, phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/construction-infographic-template-set_98292-4099.jpg?_wi=2", imageAlt: "Home addition blueprint" } },
{ id: 4, title: "Kitchens & Bathrooms", description: "Transform your kitchen and bathrooms into exquisite, functional spaces with premium finishes and fixtures.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/kitchen-furniture-set_98292-817.jpg?_wi=1", imageAlt: "Modern kitchen icon" }, phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/kitchen-furniture-set_98292-817.jpg?_wi=2", imageAlt: "Luxury bathroom design" } }
{ id: 1, title: "Custom Home Builds", description: "Design and construct your dream home from the ground up, tailored to your unique vision and lifestyle.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/linear-flat-real-estate-infographic-template_23-2149018196.jpg", imageAlt: "Luxury house icon" }, phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/linear-flat-real-estate-infographic-template_23-2149018196.jpg", imageAlt: "Luxury home blueprint" } },
{ id: 2, title: "Luxury Renovations", description: "Elevate your existing property with high-end renovations that blend modern aesthetics with timeless appeal.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/flat-design-interior-design-template_23-2149634275.jpg", imageAlt: "Interior design icon" }, phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/flat-design-interior-design-template_23-2149634275.jpg", imageAlt: "Luxury renovation plan" } },
{ id: 3, title: "Additions & Expansions", description: "Seamlessly integrate new spaces that enhance functionality and expand the footprint of your luxury home.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/construction-infographic-template-set_98292-4099.jpg", imageAlt: "House extension icon" }, phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/construction-infographic-template-set_98292-4099.jpg", imageAlt: "Home addition blueprint" } },
{ id: 4, title: "Kitchens & Bathrooms", description: "Transform your kitchen and bathrooms into exquisite, functional spaces with premium finishes and fixtures.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-vector/kitchen-furniture-set_98292-817.jpg", imageAlt: "Modern kitchen icon" }, phoneTwo: { imageSrc: "https://img.b2bpic.net/free-vector/kitchen-furniture-set_98292-817.jpg", imageAlt: "Luxury bathroom design" } }
]}
showStepNumbers={false}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
titleClassName="text-4xl lg:text-5xl font-normal"
descriptionClassName="text-lg text-foreground/80"
textBoxTitleClassName="text-4xl lg:text-5xl font-normal"
textBoxDescriptionClassName="text-lg text-foreground/80"
/>
</div>
@@ -126,8 +125,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-4xl lg:text-5xl font-normal"
descriptionClassName="text-lg text-foreground/80"
textBoxTitleClassName="text-4xl lg:text-5xl font-normal"
textBoxDescriptionClassName="text-lg text-foreground/80"
cardClassName="!bg-card/70 backdrop-blur-md"
cardNameClassName="text-xl font-medium"
quantityControlsClassName="hidden"
@@ -160,18 +159,18 @@ export default function LandingPage() {
title="Hear From Our Valued Homeowners"
description="Discover why affluent clients trust Lakeside Construction for their most significant projects."
testimonials={[
{ id: "1", name: "Dr. Evelyn Reed", role: "Lakefront Estate Owner", testimonial: "Lakeside Construction transformed our vision into an architectural masterpiece. Their precision and dedication are unmatched.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1" },
{ id: "1", name: "Dr. Evelyn Reed", role: "Lakefront Estate Owner", testimonial: "Lakeside Construction transformed our vision into an architectural masterpiece. Their precision and dedication are unmatched.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" },
{ id: "2", name: "Mr. & Mrs. David Chen", role: "Custom Build Clients", testimonial: "The entire team was professional, communicative, and delivered a home that exceeded our every expectation. Truly exceptional.", imageSrc: "https://img.b2bpic.net/free-photo/spectacular-smiling-girl-expressing-positive-emotions-while-posing-home-indoor-portrait-magnificent-longhaired-woman-elegant-holiday-outfit_291650-2396.jpg" },
{ id: "3", name: "Sophia Miller", role: "Luxury Renovation Client", testimonial: "Choosing Lakeside was the best decision for our renovation. The quality of work and attention to detail were simply superb.", imageSrc: "https://img.b2bpic.net/free-photo/happy-male-female-colleagues-different-ages-sitting-table-co-working-using-tablet-together-writing-notes-looking-camera-smiling_74855-10003.jpg" },
{ id: "4", name: "Jonathan & Laura White", role: "Architectural Project Owners", testimonial: "From concept to completion, Lakeside handled every aspect with integrity and expertise. Our project was flawless.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" },
{ id: "5", name: "Isabella Garcia", role: "High-End Homeowner", testimonial: "The level of professionalism and artistry shown by Lakeside Construction is truly rare. A company you can trust.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2" }
{ id: "5", name: "Isabella Garcia", role: "High-End Homeowner", testimonial: "The level of professionalism and artistry shown by Lakeside Construction is truly rare. A company you can trust.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" }
]}
carouselMode="auto"
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-4xl lg:text-5xl font-normal"
descriptionClassName="text-lg text-foreground/80"
textBoxTitleClassName="text-4xl lg:text-5xl font-normal"
textBoxDescriptionClassName="text-lg text-foreground/80"
cardClassName="!bg-card/70 backdrop-blur-md"
/>
</div>