Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-05 04:09:53 +00:00

View File

@@ -29,31 +29,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Portfolio",
id: "/portfolio",
},
name: "Portfolio", id: "/portfolio"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Volusia Carpentry & Tile"
button={{
text: "Book Free Estimate",
href: "/contact",
}}
text: "Book Free Estimate", href: "/contact"}}
/>
</div>
@@ -61,97 +49,54 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Expert Carpentry & Tile Work in Volusia County"
description="Backsplashes, Showers, Accent Walls & Custom Carpentry services tailored for your home."
testimonials={[
{
name: "John D.",
handle: "Daytona Beach",
testimonial: "Amazing backsplash work, professional and quick.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-kitchen_23-2148563431.jpg",
},
name: "John D.", handle: "Daytona Beach", testimonial: "Amazing backsplash work, professional and quick.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-kitchen_23-2148563431.jpg"},
{
name: "Sarah M.",
handle: "Ormond Beach",
testimonial: "The shiplap work transformed our living room.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-construction-workers-posing_23-2149366628.jpg",
},
name: "Sarah M.", handle: "Ormond Beach", testimonial: "The shiplap work transformed our living room.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-construction-workers-posing_23-2149366628.jpg"},
{
name: "Mike R.",
handle: "Port Orange",
testimonial: "Reliable and skilled tile installation.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg",
},
name: "Mike R.", handle: "Port Orange", testimonial: "Reliable and skilled tile installation.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg"},
{
name: "Lisa K.",
handle: "New Smyrna",
testimonial: "Exceptional built-ins, highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg",
},
name: "Lisa K.", handle: "New Smyrna", testimonial: "Exceptional built-ins, highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg"},
{
name: "Tom B.",
handle: "DeLand",
testimonial: "Best carpentry team in Volusia County.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-arranging-new-apartment-with-digital-tablet_329181-2704.jpg",
},
name: "Tom B.", handle: "DeLand", testimonial: "Best carpentry team in Volusia County.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-arranging-new-apartment-with-digital-tablet_329181-2704.jpg"},
]}
buttons={[
{
text: "Book Free Estimate",
href: "/contact",
},
text: "Book Free Estimate", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-attic-kitchen-minimalist-interior-blue-matte-cabinets_169016-68868.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
alt: "Client profile 1",
},
src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg", alt: "Client profile 1"},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
alt: "Client profile 2",
},
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Client profile 2"},
{
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-358.jpg",
alt: "Client profile 3",
},
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-358.jpg", alt: "Client profile 3"},
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg",
alt: "Client profile 4",
},
src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", alt: "Client profile 4"},
{
src: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg",
alt: "Client profile 5",
},
src: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg", alt: "Client profile 5"},
]}
marqueeItems={[
{
type: "text",
text: "Licensed & Insured",
},
type: "text", text: "Licensed & Insured"},
{
type: "text",
text: "Quality Craftsmanship",
},
type: "text", text: "Quality Craftsmanship"},
{
type: "text",
text: "Custom Designs",
},
type: "text", text: "Custom Designs"},
{
type: "text",
text: "Competitive Pricing",
},
type: "text", text: "Competitive Pricing"},
{
type: "text",
text: "Fast Turnaround",
},
type: "text", text: "Fast Turnaround"},
]}
/>
</div>
@@ -164,33 +109,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Tile Backsplashes",
description: "Beautiful kitchen and bath tiling.",
imageSrc: "http://img.b2bpic.net/free-photo/bathroom_74190-5756.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/gas-stove-closeup-marble-wall-sleek-modern-kitchen-interior_169016-69063.jpg",
buttonText: "See More",
},
title: "Tile Backsplashes", description: "Beautiful kitchen and bath tiling.", imageSrc: "http://img.b2bpic.net/free-photo/bathroom_74190-5756.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/gas-stove-closeup-marble-wall-sleek-modern-kitchen-interior_169016-69063.jpg", buttonText: "Get a Custom Quote"},
{
title: "Tile Showers",
description: "Waterproof and stylish bathroom solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-carpenter-using-drill-while-working-with-wood-workshop_637285-11681.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg",
buttonText: "See More",
},
title: "Tile Showers", description: "Waterproof and stylish bathroom solutions.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-carpenter-using-drill-while-working-with-wood-workshop_637285-11681.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185029.jpg", buttonText: "Get a Custom Quote"},
{
title: "Accent Walls",
description: "Shiplap and wood feature walls.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/woman-carpenter-using-hammer-pushing-nail-wood_53876-70.jpg",
buttonText: "See More",
},
title: "Accent Walls", description: "Shiplap and wood feature walls.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-carpenter-using-hammer-pushing-nail-wood_53876-70.jpg", buttonText: "Get a Custom Quote"},
{
title: "Built-ins",
description: "Custom cabinets and shelves.",
imageSrc: "http://img.b2bpic.net/free-photo/corner-old-house_1203-2101.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/young-pretty-brunette-standing-kitchen-with-orange_1157-13681.jpg",
buttonText: "See More",
},
title: "Built-ins", description: "Custom cabinets and shelves.", imageSrc: "http://img.b2bpic.net/free-photo/corner-old-house_1203-2101.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/young-pretty-brunette-standing-kitchen-with-orange_1157-13681.jpg", buttonText: "Get a Custom Quote"},
]}
title="Our Expertise"
description="Quality craft for Volusia County homeowners."
@@ -205,30 +130,15 @@ export default function LandingPage() {
description="Got questions about our process? We have answers."
faqs={[
{
id: "1",
title: "Do you provide free estimates?",
content: "Yes, all our quotes are free and no-obligation.",
},
id: "1", title: "Do you provide free estimates?", content: "Yes, all our quotes are free and no-obligation."},
{
id: "2",
title: "Which areas do you serve?",
content: "We cover all of Volusia County, including Daytona, Ormond, and DeLand.",
},
id: "2", title: "Which areas do you serve?", content: "We cover all of Volusia County, including Daytona, Ormond, and DeLand."},
{
id: "3",
title: "Are you licensed?",
content: "Yes, we are fully licensed and insured for all carpentry and tile work.",
},
id: "3", title: "Are you licensed?", content: "Yes, we are fully licensed and insured for all carpentry and tile work."},
{
id: "4",
title: "How long does a backsplash take?",
content: "Most kitchen backsplashes are completed within 1-2 days.",
},
id: "4", title: "How long does a backsplash take?", content: "Most kitchen backsplashes are completed within 1-2 days."},
{
id: "5",
title: "Do you handle material supply?",
content: "We can help you select and source materials, or install your pre-purchased items.",
},
id: "5", title: "Do you handle material supply?", content: "We can help you select and source materials, or install your pre-purchased items."},
]}
faqsAnimation="slide-up"
/>
@@ -243,38 +153,20 @@ export default function LandingPage() {
description="Simple packages for your home improvements."
plans={[
{
id: "basic",
badge: "Entry",
price: "$500+",
subtitle: "Perfect for small bathroom backsplashes.",
buttons: [
id: "basic", badge: "Entry", price: "$500+", subtitle: "Perfect for small bathroom backsplashes.", buttons: [
{
text: "Book Now",
href: "/contact",
},
text: "Book Now", href: "/contact"},
],
features: [
"Tile supply consultation",
"Expert installation",
"Clean-up included",
],
"Tile supply consultation", "Expert installation", "Clean-up included"],
},
{
id: "pro",
badge: "Popular",
price: "$1500+",
subtitle: "Full shower renovation service.",
buttons: [
id: "pro", badge: "Popular", price: "$1500+", subtitle: "Full shower renovation service.", buttons: [
{
text: "Book Now",
href: "/contact",
},
text: "Book Now", href: "/contact"},
],
features: [
"Waterproofing included",
"Tile design support",
"Warranty on labor",
],
"Waterproofing included", "Tile design support", "Warranty on labor"],
},
]}
/>
@@ -289,25 +181,9 @@ export default function LandingPage() {
description="Read our latest articles on home improvement."
blogs={[
{
id: "b1",
category: "Design",
title: "Modern Tile Trends",
excerpt: "Check out the latest patterns in kitchen design.",
imageSrc: "http://img.b2bpic.net/free-photo/marble-backsplash-kitchen-black-faucet-focus-elegant-minimal-decor_169016-68934.jpg",
authorName: "Lead Designer",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-man-preparing-salad-kitchen_23-2147893431.jpg",
date: "2025-05-10",
},
id: "b1", category: "Design", title: "Modern Tile Trends", excerpt: "Check out the latest patterns in kitchen design.", imageSrc: "http://img.b2bpic.net/free-photo/marble-backsplash-kitchen-black-faucet-focus-elegant-minimal-decor_169016-68934.jpg", authorName: "Lead Designer", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-man-preparing-salad-kitchen_23-2147893431.jpg", date: "2025-05-10"},
{
id: "b2",
category: "Carpentry",
title: "Why Shiplap Matters",
excerpt: "Add character to your room instantly.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26094.jpg?_wi=1",
authorName: "Lead Carpenter",
authorAvatar: "http://img.b2bpic.net/free-photo/professional-carpenter-checking-smoothness-wood-product-workshop_342744-828.jpg",
date: "2025-05-15",
},
id: "b2", category: "Carpentry", title: "Why Shiplap Matters", excerpt: "Add character to your room instantly.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26094.jpg?_wi=1", authorName: "Lead Carpenter", authorAvatar: "http://img.b2bpic.net/free-photo/professional-carpenter-checking-smoothness-wood-product-workshop_342744-828.jpg", date: "2025-05-15"},
]}
/>
</div>
@@ -318,37 +194,23 @@ export default function LandingPage() {
logoText="Volusia Carpentry & Tile"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Backsplashes",
href: "/services",
},
label: "Backsplashes", href: "/services"},
{
label: "Showers",
href: "/services",
},
label: "Showers", href: "/services"},
{
label: "Carpentry",
href: "/services",
},
label: "Carpentry", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Portfolio",
href: "/portfolio",
},
label: "Portfolio", href: "/portfolio"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
]}
@@ -357,4 +219,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}