From 73c0960baefbaac30901cb12f10364fc674997ec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:15:35 +0000 Subject: [PATCH 1/2] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index bd6db8c..b0f0ad7 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,11 +29,11 @@ export default function BlogPage() { - + -- 2.49.1 From 13cfbf98c8215f63e2ddde37ea604916ae5210e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 17:15:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fd0949..5289cf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -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" /> @@ -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" /> -- 2.49.1