From 3252641433f80450431f1d405b687587a67a8a53 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 22:49:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 +++++++++-------------------------------------- 1 file changed, 31 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 874cc5b..883dbac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -60,39 +50,23 @@ export default function LandingPage() { description="Where wood becomes art. Bespoke carpentry crafted by hand in Stowe, Vermont." buttons={[ { - text: "Begin Project", - href: "#contact", - }, + text: "Begin Project", href: "#contact"}, { - text: "Explore Work", - href: "#services", - }, + text: "Explore Work", href: "#services"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg?_wi=1", - imageAlt: "Artisan woodwork detail", - }, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg", imageAlt: "Artisan woodwork detail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg?_wi=2", - imageAlt: "Custom cabinetry in Stowe", - }, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg", imageAlt: "Custom cabinetry in Stowe"}, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg?_wi=3", - imageAlt: "Handcrafted furniture project", - }, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg", imageAlt: "Handcrafted furniture project"}, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg?_wi=4", - imageAlt: "Modern rustic woodwork", - }, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg", imageAlt: "Modern rustic woodwork"}, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg?_wi=5", - imageAlt: "Precision carpentry workshop", - }, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg", imageAlt: "Precision carpentry workshop"}, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg?_wi=6", - imageAlt: "Vermont traditional craftsmanship", - }, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg", imageAlt: "Vermont traditional craftsmanship"}, ]} /> @@ -106,19 +80,13 @@ export default function LandingPage() { tag="Our Story" bulletPoints={[ { - title: "5-Star Reputation", - description: "Consistently top-rated for precision.", - }, + title: "5-Star Reputation", description: "Consistently top-rated for precision."}, { - title: "100% Satisfaction", - description: "We don't finish until you're happy.", - }, + title: "100% Satisfaction", description: "We don't finish until you're happy."}, { - title: "Locally Owned", - description: "Rooted in Stowe, Vermont.", - }, + title: "Locally Owned", description: "Rooted in Stowe, Vermont."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-potter-working-workshop_23-2148155184.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-potter-working-workshop_23-2148155184.jpg" mediaAnimation="slide-up" /> @@ -130,29 +98,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Custom Furniture", - description: "One-of-a-kind dining tables and bedroom furniture.", - tag: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg?_wi=7", - imageAlt: "hand crafted wooden furniture background", - }, + id: "s1", title: "Custom Furniture", description: "One-of-a-kind dining tables and bedroom furniture.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821264.jpg", imageAlt: "hand crafted wooden furniture background"}, { - id: "s2", - title: "Built-ins", - description: "Library walls and mudroom storage solutions.", - tag: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/female-potter-working-workshop_23-2148155184.jpg?_wi=2", - imageAlt: "artisan craftsman working with wood", - }, + id: "s2", title: "Built-ins", description: "Library walls and mudroom storage solutions.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/female-potter-working-workshop_23-2148155184.jpg", imageAlt: "artisan craftsman working with wood"}, { - id: "s3", - title: "Finish Carpentry", - description: "Crown molding and architectural trim.", - tag: "Detail", - imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg?_wi=1", - imageAlt: "happy client home renovation", - }, + id: "s3", title: "Finish Carpentry", description: "Crown molding and architectural trim.", tag: "Detail", imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg", imageAlt: "happy client home renovation"}, ]} title="Our Services" description="Premium carpentry solutions for every corner of your home." @@ -163,35 +113,16 @@ export default function LandingPage() {