diff --git a/src/app/page.tsx b/src/app/page.tsx index 883dbac..9bf78ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,16 +29,11 @@ export default function LandingPage() { @@ -79,12 +66,9 @@ export default function LandingPage() { description="Syd and his team bring decades of hands-on experience. From the perfect kitchen built-in to complete luxury interior woodwork, we exceed expectations." tag="Our Story" bulletPoints={[ - { - title: "5-Star Reputation", description: "Consistently top-rated for precision."}, - { - title: "100% Satisfaction", description: "We don't finish until you're happy."}, - { - title: "Locally Owned", description: "Rooted in Stowe, Vermont."}, + { title: "5-Star Reputation", description: "Consistently top-rated for precision." }, + { title: "100% Satisfaction", description: "We don't finish until you're happy." }, + { title: "Locally Owned", description: "Rooted in Stowe, Vermont." }, ]} imageSrc="http://img.b2bpic.net/free-photo/female-potter-working-workshop_23-2148155184.jpg" mediaAnimation="slide-up" @@ -97,12 +81,9 @@ export default function LandingPage() { textboxLayout="default" 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", 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", 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", imageAlt: "happy client home renovation"}, + { 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", 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", imageAlt: "happy client home renovation" }, ]} title="Our Services" description="Premium carpentry solutions for every corner of your home." @@ -113,16 +94,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file