Update src/app/page.tsx

This commit is contained in:
2026-04-07 11:57:09 +00:00
parent ac071013c9
commit 95093d1fd4

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "services",
},
{
name: "About",
id: "about",
},
{
name: "Gallery",
id: "gallery",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" },
]}
brandName="Cape Carpenter"
/>
@@ -57,37 +42,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Cape Carpenter & Woodworkers"
description="Premium carpentry and custom woodwork in Cape Town. Crafted with precision, built to last, and designed to elevate your space."
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
{ text: "Get a Free Quote", href: "#contact" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg?_wi=1",
imageAlt: "Carpenter Workshop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg?_wi=1",
imageAlt: "Custom Furniture",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=1",
imageAlt: "Woodworking Details",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg?_wi=2",
imageAlt: "Workshop Precision",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg?_wi=2",
imageAlt: "Bespoke Design",
},
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1mTS81MnnGM5DAr6xYH4MAGre/uploaded-1775563015325-t6nbzp6q.jpg", imageAlt: "Carpenter Workshop" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg?_wi=1", imageAlt: "Custom Furniture" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=1", imageAlt: "Woodworking Details" },
]}
mediaAnimation="slide-up"
/>
@@ -98,41 +62,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
tag: "Design",
title: "Custom Furniture",
subtitle: "Bespoke pieces",
description: "Beautiful handcrafted furniture designed to match your homes style.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=1",
},
{
tag: "Storage",
title: "Built-in Cupboards",
subtitle: "Space efficiency",
description: "Clean, stylish storage solutions that maximise space while keeping a premium look.",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=1",
},
{
tag: "Outdoor",
title: "Decking",
subtitle: "Entertainment areas",
description: "Strong outdoor wooden decks perfect for entertaining and relaxing.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=1",
},
{
tag: "Repair",
title: "Wood Repairs",
subtitle: "Restoration",
description: "Restoring damaged woodwork back to a strong, polished finish.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=2",
},
{
tag: "Upgrade",
title: "Renovations",
subtitle: "Value addition",
description: "Upgrading interiors with quality wood finishes that add value to your home.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg?_wi=3",
},
{ tag: "Design", title: "Custom Furniture", subtitle: "Bespoke pieces", description: "Beautiful handcrafted furniture designed to match your homes style.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=1" },
{ tag: "Storage", title: "Built-in Cupboards", subtitle: "Space efficiency", description: "Clean, stylish storage solutions that maximise space while keeping a premium look.", imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=1" },
{ tag: "Outdoor", title: "Decking", subtitle: "Entertainment areas", description: "Strong outdoor wooden decks perfect for entertaining and relaxing.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=1" },
]}
title="Our Services"
description="Expert craftsmanship for all your residential and commercial woodworking needs."
@@ -143,12 +75,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Crafting Excellence in Cape Town"
buttons={[
{
text: "Contact Us",
href: "#contact",
},
]}
buttons={[{ text: "Contact Us", href: "#contact" }]}
/>
</div>
@@ -159,51 +86,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
brand: "Work",
name: "Modern Interior",
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=2",
},
{
id: "2",
brand: "Work",
name: "Bespoke Table",
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=2",
},
{
id: "3",
brand: "Work",
name: "Cedar Deck",
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=2",
},
{
id: "4",
brand: "Work",
name: "Fine Joinery",
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=3",
},
{
id: "5",
brand: "Work",
name: "Hardwood Desk",
price: "Featured",
rating: 5,
reviewCount: "100",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=3",
},
{ id: "1", brand: "Work", name: "Modern Interior", price: "Featured", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=2" },
{ id: "2", brand: "Work", name: "Bespoke Table", price: "Featured", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=2" },
{ id: "3", brand: "Work", name: "Cedar Deck", price: "Featured", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149290157.jpg?_wi=2" },
]}
title="Our Work"
description="A glimpse into our recent craftsmanship projects."
@@ -216,46 +101,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "John D.",
role: "Homeowner",
testimonial: "Excellent workmanship and attention to detail.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg?_wi=4",
imageAlt: "luxury custom carpentry studio woodworking",
},
{
id: "2",
name: "Sarah K.",
role: "Interior Designer",
testimonial: "Professional, reliable, and affordable.",
imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg?_wi=3",
imageAlt: "modern wooden furniture design interior",
},
{
id: "3",
name: "Mike R.",
role: "Client",
testimonial: "High-quality finishes and great service.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=3",
imageAlt: "professional carpenter tools wooden table",
},
{
id: "4",
name: "Anna P.",
role: "Client",
testimonial: "Highly recommended for any carpentry project.",
imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15658.jpg?_wi=4",
imageAlt: "custom modern kitchen cupboards installation",
},
{
id: "5",
name: "Tom B.",
role: "Architect",
testimonial: "Outstanding quality and precision work.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-workshop_23-2148970798.jpg?_wi=4",
imageAlt: "bespoke wooden dining table furniture",
},
{ id: "1", name: "John D.", role: "Homeowner", testimonial: "Excellent workmanship and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104886.jpg?_wi=4" },
{ id: "2", name: "Sarah K.", role: "Interior Designer", testimonial: "Professional, reliable, and affordable.", imageSrc: "http://img.b2bpic.net/free-photo/mdf-boards-inside-warehouse-with-machinery_23-2149384851.jpg?_wi=3" },
{ id: "3", name: "Mike R.", role: "Client", testimonial: "High-quality finishes and great service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=3" },
]}
title="Client Reviews"
description="What our satisfied customers have to say about our work."
@@ -268,25 +116,10 @@ export default function LandingPage() {
title="Contact Us"
description="Get in touch for a free quote or consultation today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{
name: "message",
placeholder: "Describe your project...",
rows: 4,
required: true,
}}
textarea={{ name: "message", placeholder: "Describe your project...", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/close-up-tools-workshop_23-2148836011.jpg?_wi=1"
/>
</div>
@@ -296,34 +129,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/close-up-tools-workshop_23-2148836011.jpg?_wi=2"
logoText="Cape Carpenter & Woodworkers"
columns={[
{
title: "Services",
items: [
{
label: "Furniture",
href: "#services",
},
{
label: "Decking",
href: "#services",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "WhatsApp",
href: "https://wa.me/27827720566",
},
],
},
{ title: "Services", items: [{ label: "Furniture", href: "#services" }, { label: "Decking", href: "#services" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }] },
]}
copyrightText="© 2025 Cape Carpenter & Woodworkers"
/>
</div>
</ReactLenis>