Update src/app/page.tsx
This commit is contained in:
322
src/app/page.tsx
322
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Wood & Bite"
|
||||
/>
|
||||
@@ -73,45 +57,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Crafting Beauty from Wood, One Bite at a Time"
|
||||
description="At Wood & Bite, we transform raw timber into exquisite, handcrafted pieces that bring warmth and elegance to any space. Discover the artistry of bespoke woodworking."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Work",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Work", href: "#products"},
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Quote", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-jobs-equipment-composition_23-2148732418.jpg",
|
||||
imageAlt: "Craftsman carving wood furniture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-jobs-equipment-composition_23-2148732418.jpg", imageAlt: "Craftsman carving wood furniture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg",
|
||||
imageAlt: "Elegant wooden dining table setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg", imageAlt: "Elegant wooden dining table setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145915.jpg",
|
||||
imageAlt: "Wood carving art detailed patterns",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145915.jpg", imageAlt: "Wood carving art detailed patterns"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-tree_1157-18531.jpg",
|
||||
imageAlt: "Carpenter using power tools in workshop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-tree_1157-18531.jpg", imageAlt: "Carpenter using power tools in workshop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-roof-tiles-texture-pattern_58702-14014.jpg",
|
||||
imageAlt: "Stacked firewood logs close up",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-roof-tiles-texture-pattern_58702-14014.jpg", imageAlt: "Stacked firewood logs close up"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-dried-flowers-vase-home-interior-living-room_169016-57967.jpg",
|
||||
imageAlt: "Finished wooden chair modern design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-dried-flowers-vase-home-interior-living-room_169016-57967.jpg", imageAlt: "Finished wooden chair modern design"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,17 +92,11 @@ export default function LandingPage() {
|
||||
description="Wood & Bite is dedicated to creating timeless wooden pieces that blend traditional techniques with modern design. Our commitment to quality, sustainability, and artistic expression shines through every cut, joint, and finish."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Bespoke Creations",
|
||||
description: "Handcrafted to your specifications, ensuring unique pieces that perfectly fit your vision and space.",
|
||||
},
|
||||
title: "Bespoke Creations", description: "Handcrafted to your specifications, ensuring unique pieces that perfectly fit your vision and space."},
|
||||
{
|
||||
title: "Sustainable Sourcing",
|
||||
description: "We responsibly source our timber, prioritizing eco-friendly practices and minimizing environmental impact.",
|
||||
},
|
||||
title: "Sustainable Sourcing", description: "We responsibly source our timber, prioritizing eco-friendly practices and minimizing environmental impact."},
|
||||
{
|
||||
title: "Artistic Detail",
|
||||
description: "Every project is a labor of love, meticulously detailed and finished to the highest standards of artistry.",
|
||||
},
|
||||
title: "Artistic Detail", description: "Every project is a labor of love, meticulously detailed and finished to the highest standards of artistry."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-image-chisel-carpentry-tools-used-wood-work_342744-820.jpg"
|
||||
imageAlt="Skilled carpenter crafting furniture in a workshop"
|
||||
@@ -151,23 +112,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom Furniture Design",
|
||||
description: "We design and build bespoke furniture pieces, from dining tables to cabinets, crafted to your exact needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-diy-sign-with-tools_53876-63290.jpg",
|
||||
imageAlt: "Custom furniture design sketch",
|
||||
},
|
||||
title: "Custom Furniture Design", description: "We design and build bespoke furniture pieces, from dining tables to cabinets, crafted to your exact needs.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-diy-sign-with-tools_53876-63290.jpg", imageAlt: "Custom furniture design sketch"},
|
||||
{
|
||||
title: "Wood Restoration & Repair",
|
||||
description: "Restore the beauty and integrity of your antique or damaged wooden furniture with our expert repair services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs_23-2151239317.jpg",
|
||||
imageAlt: "Restoring an antique wooden chair",
|
||||
},
|
||||
title: "Wood Restoration & Repair", description: "Restore the beauty and integrity of your antique or damaged wooden furniture with our expert repair services.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs_23-2151239317.jpg", imageAlt: "Restoring an antique wooden chair"},
|
||||
{
|
||||
title: "Artistic Wood Carvings",
|
||||
description: "Add a unique touch to your home or office with custom wood carvings, sculptures, and decorative panels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/box-with-different-christmas-ornaments-tree_24837-521.jpg",
|
||||
imageAlt: "Intricate hand carved wooden details",
|
||||
},
|
||||
title: "Artistic Wood Carvings", description: "Add a unique touch to your home or office with custom wood carvings, sculptures, and decorative panels.", imageSrc: "http://img.b2bpic.net/free-photo/box-with-different-christmas-ornaments-tree_24837-521.jpg", imageAlt: "Intricate hand carved wooden details"},
|
||||
]}
|
||||
title="Our Expert Woodworking Services"
|
||||
description="From custom furniture design to intricate wood carvings, we offer a range of services tailored to bring your wooden dreams to life."
|
||||
@@ -182,47 +131,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Bespoke Dining Table",
|
||||
price: "$2,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg",
|
||||
imageAlt: "Modern wooden dining table",
|
||||
},
|
||||
id: "p1", name: "Bespoke Dining Table", price: "$2,800", imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg", imageAlt: "Modern wooden dining table"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Rustic Coffee Table",
|
||||
price: "$750",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-candles-vase-with-protea-flowers-knitted-element-room-blurred-background_169016-14197.jpg",
|
||||
imageAlt: "Elegant wooden coffee table",
|
||||
},
|
||||
id: "p2", name: "Rustic Coffee Table", price: "$750", imageSrc: "http://img.b2bpic.net/free-photo/cup-candles-vase-with-protea-flowers-knitted-element-room-blurred-background_169016-14197.jpg", imageAlt: "Elegant wooden coffee table"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Ergonomic Armchair",
|
||||
price: "$1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-sofa-near-window_23-2147797530.jpg",
|
||||
imageAlt: "Comfortable wooden armchair",
|
||||
},
|
||||
id: "p3", name: "Ergonomic Armchair", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-sofa-near-window_23-2147797530.jpg", imageAlt: "Comfortable wooden armchair"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Custom Bookshelf Unit",
|
||||
price: "$1,900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092157.jpg",
|
||||
imageAlt: "Bespoke wooden bookshelf",
|
||||
},
|
||||
id: "p4", name: "Custom Bookshelf Unit", price: "$1,900", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092157.jpg", imageAlt: "Bespoke wooden bookshelf"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Artisan Cutting Board",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-wooden-spoons-with-handmade-wooden-cutting-board-grey-concrete_114579-4139.jpg",
|
||||
imageAlt: "Handmade wooden cutting board",
|
||||
},
|
||||
id: "p5", name: "Artisan Cutting Board", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/various-wooden-spoons-with-handmade-wooden-cutting-board-grey-concrete_114579-4139.jpg", imageAlt: "Handmade wooden cutting board"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Geometric Wall Art",
|
||||
price: "$420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wall-made-wooden-planks_1127-2874.jpg",
|
||||
imageAlt: "Unique wooden wall art",
|
||||
},
|
||||
id: "p6", name: "Geometric Wall Art", price: "$420", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wall-made-wooden-planks_1127-2874.jpg", imageAlt: "Unique wooden wall art"},
|
||||
]}
|
||||
title="Discover Our Handcrafted Collection"
|
||||
description="Browse our selection of artisan wooden furniture and decor, each piece a testament to quality craftsmanship."
|
||||
@@ -234,57 +153,31 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
name: "Small Projects",
|
||||
price: "$500+",
|
||||
features: [
|
||||
"Consultation & Design",
|
||||
"Standard Wood Selection",
|
||||
"Basic Finish Options",
|
||||
],
|
||||
id: "basic", name: "Small Projects", price: "$500+", features: [
|
||||
"Consultation & Design", "Standard Wood Selection", "Basic Finish Options"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
name: "Custom Furniture",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$1,500+",
|
||||
features: [
|
||||
"In-depth Design Consultation",
|
||||
"Premium Wood Selection",
|
||||
"Custom Finish & Carving Options",
|
||||
"On-site Installation",
|
||||
],
|
||||
id: "premium", name: "Custom Furniture", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$1,500+", features: [
|
||||
"In-depth Design Consultation", "Premium Wood Selection", "Custom Finish & Carving Options", "On-site Installation"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Plan", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
name: "Large-Scale Work",
|
||||
price: "Quote",
|
||||
features: [
|
||||
"Dedicated Project Manager",
|
||||
"Exclusive Materials Access",
|
||||
"Architectural Integration",
|
||||
"Ongoing Maintenance Support",
|
||||
],
|
||||
id: "enterprise", name: "Large-Scale Work", price: "Quote", features: [
|
||||
"Dedicated Project Manager", "Exclusive Materials Access", "Architectural Integration", "Ongoing Maintenance Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact for Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact for Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -300,59 +193,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_designs",
|
||||
testimonial: "The custom dining table from Wood & Bite is absolutely stunning! The craftsmanship is impeccable, and it's truly the centerpiece of our home. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-charismatic-happy-goodlooking-redhead-woman-red-lipstick-cross-hands-chest-smiling-motivate_1258-129302.jpg",
|
||||
imageAlt: "Sarah J. photo",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarah_designs", testimonial: "The custom dining table from Wood & Bite is absolutely stunning! The craftsmanship is impeccable, and it's truly the centerpiece of our home. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-charismatic-happy-goodlooking-redhead-woman-red-lipstick-cross-hands-chest-smiling-motivate_1258-129302.jpg", imageAlt: "Sarah J. photo"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark_carpentry",
|
||||
testimonial: "As a fellow woodworker, I appreciate the attention to detail. Wood & Bite created a beautiful carved panel for my office that exceeded all expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg",
|
||||
imageAlt: "Mark D. photo",
|
||||
},
|
||||
id: "t2", name: "Mark D.", handle: "@mark_carpentry", testimonial: "As a fellow woodworker, I appreciate the attention to detail. Wood & Bite created a beautiful carved panel for my office that exceeded all expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", imageAlt: "Mark D. photo"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_homedecor",
|
||||
testimonial: "Their restoration service brought my grandmother's antique dresser back to life. It looks magnificent and holds so much sentimental value. Thank you!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-984.jpg",
|
||||
imageAlt: "Emily R. photo",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "@emily_homedecor", testimonial: "Their restoration service brought my grandmother's antique dresser back to life. It looks magnificent and holds so much sentimental value. Thank you!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-984.jpg", imageAlt: "Emily R. photo"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
handle: "@david_solutions",
|
||||
testimonial: "We commissioned a custom bookshelf, and it’s both functional and a work of art. The team was professional, and the installation was seamless. Fantastic work!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-glad-woman-embraces-herself-feels-comfort-new-soft-jumper-smiles-toothily-closes-eyes-with-pleasure-stands-near-desktop-against-blue-wall-recalls-nice-moment_273609-37655.jpg",
|
||||
imageAlt: "David L. photo",
|
||||
},
|
||||
id: "t4", name: "David L.", handle: "@david_solutions", testimonial: "We commissioned a custom bookshelf, and it’s both functional and a work of art. The team was professional, and the installation was seamless. Fantastic work!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-glad-woman-embraces-herself-feels-comfort-new-soft-jumper-smiles-toothily-closes-eyes-with-pleasure-stands-near-desktop-against-blue-wall-recalls-nice-moment_273609-37655.jpg", imageAlt: "David L. photo"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica M.",
|
||||
handle: "@jessica_creatives",
|
||||
testimonial: "The wood carving they did for our business logo is truly unique. It captures our brand essence perfectly. Incredible talent and artistry!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-together-office_23-2148738325.jpg",
|
||||
imageAlt: "Jessica M. photo",
|
||||
},
|
||||
id: "t5", name: "Jessica M.", handle: "@jessica_creatives", testimonial: "The wood carving they did for our business logo is truly unique. It captures our brand essence perfectly. Incredible talent and artistry!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-together-office_23-2148738325.jpg", imageAlt: "Jessica M. photo"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Michael B.",
|
||||
handle: "@michael_spaces",
|
||||
testimonial: "Absolutely thrilled with our new custom coffee table. It's solid, beautifully finished, and a perfect fit for our living room. Excellent value and quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-laptop_23-2147679076.jpg",
|
||||
imageAlt: "Michael B. photo",
|
||||
},
|
||||
id: "t6", name: "Michael B.", handle: "@michael_spaces", testimonial: "Absolutely thrilled with our new custom coffee table. It's solid, beautifully finished, and a perfect fit for our living room. Excellent value and quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-laptop_23-2147679076.jpg", imageAlt: "Michael B. photo"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -365,16 +222,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxe Homes",
|
||||
"Urban Interiors",
|
||||
"GreenBuild Co.",
|
||||
"Maplewood Cafe",
|
||||
"Willow Creek",
|
||||
"Artisan Gallery",
|
||||
"The Oak Collective",
|
||||
"Timeless Designs",
|
||||
"Craftsmanship Guild",
|
||||
]}
|
||||
"Luxe Homes", "Urban Interiors", "GreenBuild Co.", "Maplewood Cafe", "Willow Creek", "Artisan Gallery", "The Oak Collective", "Timeless Designs", "Craftsmanship Guild"]}
|
||||
title="Trusted by Homeowners and Businesses"
|
||||
description="We've had the privilege to work with a diverse range of clients, delivering exceptional woodworking solutions."
|
||||
/>
|
||||
@@ -385,25 +233,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of wood do you use?",
|
||||
content: "We primarily work with high-quality hardwoods like oak, walnut, maple, and cherry, as well as select reclaimed and sustainable timber. Specific wood choices depend on the project and client preference.",
|
||||
},
|
||||
id: "q1", title: "What types of wood do you use?", content: "We primarily work with high-quality hardwoods like oak, walnut, maple, and cherry, as well as select reclaimed and sustainable timber. Specific wood choices depend on the project and client preference."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can you create custom designs?",
|
||||
content: "Absolutely! Custom design is our specialty. We work closely with you from concept to completion, ensuring the final piece perfectly matches your vision and functional requirements.",
|
||||
},
|
||||
id: "q2", title: "Can you create custom designs?", content: "Absolutely! Custom design is our specialty. We work closely with you from concept to completion, ensuring the final piece perfectly matches your vision and functional requirements."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is your typical project timeline?",
|
||||
content: "Timelines vary depending on the complexity and size of the project. Smaller items might take 2-4 weeks, while larger custom furniture can range from 6-12 weeks. We'll provide a detailed estimate after your consultation.",
|
||||
},
|
||||
id: "q3", title: "What is your typical project timeline?", content: "Timelines vary depending on the complexity and size of the project. Smaller items might take 2-4 weeks, while larger custom furniture can range from 6-12 weeks. We'll provide a detailed estimate after your consultation."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you offer installation services?",
|
||||
content: "Yes, for larger custom furniture and built-in pieces, we offer professional on-site installation services to ensure everything is perfectly fitted and secure.",
|
||||
},
|
||||
id: "q4", title: "Do you offer installation services?", content: "Yes, for larger custom furniture and built-in pieces, we offer professional on-site installation services to ensure everything is perfectly fitted and secure."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find answers to frequently asked questions about our services, products, and processes."
|
||||
@@ -415,8 +251,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Start Your Wood Project?"
|
||||
description="Contact us today for a consultation or to discuss your custom woodworking needs. We're excited to hear from you!"
|
||||
@@ -431,50 +266,31 @@ export default function LandingPage() {
|
||||
logoText="Wood & Bite"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Custom Furniture",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Custom Furniture", href: "#services"},
|
||||
{
|
||||
label: "Restoration",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Restoration", href: "#services"},
|
||||
{
|
||||
label: "Wood Carvings",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Wood Carvings", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Work",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Work", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user