Merge version_1 into main #1
298
src/app/page.tsx
298
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, BookOpen, Building, Clock, Cog, Gauge, Leaf, MessageCircle, Palette, Users } from "lucide-react";
|
||||
import { Award, BookOpen, Building, Clock, Cog, Gauge, Leaf, MessageCircle, Palette, Users, Hammer, GanttChart, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-razor-blade-barber-logo-business-branding-template-designs-inspiration-isolated-white-background_384344-1329.jpg"
|
||||
brandName="Tischlers Werk GmbH"
|
||||
@@ -67,104 +55,66 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Handcrafted Woodwork, Timeless Quality"
|
||||
description="Custom carpentry and bespoke furniture built to your vision. From concept to completion, Tischlers Werk brings precision craftsmanship to every project."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anja Schmidt",
|
||||
handle: "@anjaschmidtinteriors",
|
||||
testimonial: "Tischlers Werk transformed our living space with bespoke cabinetry. The attention to detail and quality is simply outstanding!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg",
|
||||
name: "Anja Schmidt", handle: "@anjaschmidtinteriors", testimonial: "Tischlers Werk transformed our living space with bespoke cabinetry. The attention to detail and quality is simply outstanding!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg"
|
||||
},
|
||||
{
|
||||
name: "Markus Müller",
|
||||
handle: "@markusmuellerarch",
|
||||
testimonial: "Their custom furniture for our office project exceeded all expectations. Professional, reliable, and truly masters of their craft.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg",
|
||||
name: "Markus Müller", handle: "@markusmuellerarch", testimonial: "Their custom furniture for our office project exceeded all expectations. Professional, reliable, and truly masters of their craft.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sophie Weber",
|
||||
handle: "@sophiewhome",
|
||||
testimonial: "We absolutely love our new dining table! The team was fantastic from design to installation. Highly recommend Tischlers Werk!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-1551.jpg",
|
||||
name: "Sophie Weber", handle: "@sophiewhome", testimonial: "We absolutely love our new dining table! The team was fantastic from design to installation. Highly recommend Tischlers Werk!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-1551.jpg"
|
||||
},
|
||||
{
|
||||
name: "Lukas Graf",
|
||||
handle: "@lukasgrafdesigns",
|
||||
testimonial: "The custom built-ins for our new studio are perfect. Impeccable finish and thoughtful design. Truly a pleasure to work with!",
|
||||
rating: 5,
|
||||
imageSrc: "asset://home-testimonial-avatar-4",
|
||||
name: "Lukas Graf", handle: "@lukasgrafdesigns", testimonial: "The custom built-ins for our new studio are perfect. Impeccable finish and thoughtful design. Truly a pleasure to work with!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-posing_176420-1162.jpg"
|
||||
},
|
||||
{
|
||||
name: "Elena Fischer",
|
||||
handle: "@elenafischerliving",
|
||||
testimonial: "Our antique armoire was beautifully restored by Tischlers Werk. Their expertise brought it back to life while preserving its character.",
|
||||
rating: 5,
|
||||
imageSrc: "asset://home-testimonial-avatar-5",
|
||||
},
|
||||
name: "Elena Fischer", handle: "@elenafischerliving", testimonial: "Our antique armoire was beautifully restored by Tischlers Werk. Their expertise brought it back to life while preserving its character.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "View Our Portfolio", href: "#portfolio"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497266.jpg"
|
||||
imageAlt="Elegant custom wooden table in a modern interior"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "asset://home-avatar-1",
|
||||
alt: "Professional woman headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", alt: "Professional woman headshot"},
|
||||
{
|
||||
src: "asset://home-avatar-2",
|
||||
alt: "Professional man headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg", alt: "Professional man headshot"},
|
||||
{
|
||||
src: "asset://home-avatar-3",
|
||||
alt: "Smiling client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/carefree-female-with-afro-hairstyle-holds-paint-tools-refurbishes-walls-house_273609-38579.jpg", alt: "Smiling client portrait"},
|
||||
{
|
||||
src: "asset://home-avatar-4",
|
||||
alt: "Happy business owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-successful-businessman-posing_176420-1162.jpg", alt: "Happy business owner"},
|
||||
{
|
||||
src: "asset://home-avatar-5",
|
||||
alt: "Satisfied customer profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", alt: "Satisfied customer profile"},
|
||||
]}
|
||||
avatarText="Join 100+ satisfied clients and experience the difference."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Precision Craftsmanship",
|
||||
icon: Building,
|
||||
type: "text-icon", text: "Precision Craftsmanship", icon: Building,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Bespoke Designs",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Bespoke Designs", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Materials",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Materials", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Timeless Quality",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Timeless Quality", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Client-Centric Approach",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Client-Centric Approach", icon: Users,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -174,14 +124,11 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Our Passion for Woodwork and Precision Craftsmanship"
|
||||
description="At Tischlers Werk GmbH, we combine traditional carpentry techniques with modern design to create unique and lasting pieces. Our commitment to quality materials and meticulous attention to detail ensures every project exceeds expectations, whether it's custom furniture, intricate interior fittings, or thoughtful renovations. We pride ourselves on understanding our clients' visions and bringing them to life with dedication and skill. Our legacy is built on trust, innovation, and a deep respect for the artistry of wood."
|
||||
tag="Our Story"
|
||||
tagIcon={BookOpen}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -192,32 +139,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom Furniture Design",
|
||||
description: "From bespoke dining tables to unique shelving units, we craft furniture tailored to your exact specifications and style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-artist-sketching-paper-workshop_23-2147889789.jpg",
|
||||
imageAlt: "Craftsman building custom wooden furniture",
|
||||
buttonIcon: "Hammer",
|
||||
title: "Custom Furniture Design", description: "From bespoke dining tables to unique shelving units, we craft furniture tailored to your exact specifications and style.", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-sketching-paper-workshop_23-2147889789.jpg", imageAlt: "Craftsman building custom wooden furniture", buttonIcon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "Interior Carpentry & Fittings",
|
||||
description: "Elevate your space with custom built-ins, wall paneling, and architectural elements that blend seamlessly with your interior.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13063.jpg",
|
||||
imageAlt: "Luxury built-in wooden shelving in a living room",
|
||||
buttonIcon: "GanttChart",
|
||||
title: "Interior Carpentry & Fittings", description: "Elevate your space with custom built-ins, wall paneling, and architectural elements that blend seamlessly with your interior.", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13063.jpg", imageAlt: "Luxury built-in wooden shelving in a living room", buttonIcon: GanttChart,
|
||||
},
|
||||
{
|
||||
title: "Wood Restoration & Repair",
|
||||
description: "We breathe new life into cherished antique pieces and expertly repair damaged wooden structures, preserving their original beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept_23-2147773411.jpg",
|
||||
imageAlt: "Carpenter restoring old wooden door",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Wood Restoration & Repair", description: "We breathe new life into cherished antique pieces and expertly repair damaged wooden structures, preserving their original beauty.", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept_23-2147773411.jpg", imageAlt: "Carpenter restoring old wooden door", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Design Consultation",
|
||||
description: "Collaborate with our experts to refine your vision. We provide detailed design consultations to ensure every detail is perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384797.jpg",
|
||||
imageAlt: "Architects discussing wooden interior design plans",
|
||||
buttonIcon: "MessageCircle",
|
||||
title: "Design Consultation", description: "Collaborate with our experts to refine your vision. We provide detailed design consultations to ensure every detail is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384797.jpg", imageAlt: "Architects discussing wooden interior design plans", buttonIcon: MessageCircle,
|
||||
},
|
||||
]}
|
||||
title="Our Bespoke Carpentry Services"
|
||||
@@ -233,53 +164,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "Integrated Bookshelf System",
|
||||
price: "Custom",
|
||||
variant: "Living Room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteer-checking-food-donations-charity_23-2149230496.jpg",
|
||||
imageAlt: "Custom built-in bookshelf in a modern living room",
|
||||
},
|
||||
id: "p-1", name: "Integrated Bookshelf System", price: "Custom", variant: "Living Room", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-checking-food-donations-charity_23-2149230496.jpg", imageAlt: "Custom built-in bookshelf in a modern living room"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Solid Oak Dining Table",
|
||||
price: "Custom",
|
||||
variant: "Dining Room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479055.jpg",
|
||||
imageAlt: "Solid wood dining table with modern design",
|
||||
},
|
||||
id: "p-2", name: "Solid Oak Dining Table", price: "Custom", variant: "Dining Room", imageSrc: "http://img.b2bpic.net/free-photo/family-having-great-time-together_23-2149479055.jpg", imageAlt: "Solid wood dining table with modern design"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Modern Kitchen Cabinetry",
|
||||
price: "Custom",
|
||||
variant: "Kitchen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-kitchen-interior-design_23-2151008649.jpg",
|
||||
imageAlt: "Custom kitchen cabinetry in light wood",
|
||||
},
|
||||
id: "p-3", name: "Modern Kitchen Cabinetry", price: "Custom", variant: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-kitchen-interior-design_23-2151008649.jpg", imageAlt: "Custom kitchen cabinetry in light wood"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Executive Home Office Desk",
|
||||
price: "Custom",
|
||||
variant: "Home Office",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-artisan-doing-woodcutting_23-2150104842.jpg",
|
||||
imageAlt: "Bespoke wooden office desk for a home office",
|
||||
},
|
||||
id: "p-4", name: "Executive Home Office Desk", price: "Custom", variant: "Home Office", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-artisan-doing-woodcutting_23-2150104842.jpg", imageAlt: "Bespoke wooden office desk for a home office"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "Handcrafted Platform Bed",
|
||||
price: "Custom",
|
||||
variant: "Bedroom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-upholstery-without-mattress-with-opened-storage-empty-room_181624-29534.jpg",
|
||||
imageAlt: "Handcrafted wooden bed frame in a contemporary bedroom",
|
||||
},
|
||||
id: "p-5", name: "Handcrafted Platform Bed", price: "Custom", variant: "Bedroom", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-gray-upholstery-without-mattress-with-opened-storage-empty-room_181624-29534.jpg", imageAlt: "Handcrafted wooden bed frame in a contemporary bedroom"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Architectural Staircase",
|
||||
price: "Custom",
|
||||
variant: "Hallway",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263634.jpg",
|
||||
imageAlt: "Custom wooden staircase in a modern home",
|
||||
},
|
||||
id: "p-6", name: "Architectural Staircase", price: "Custom", variant: "Hallway", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263634.jpg", imageAlt: "Custom wooden staircase in a modern home"},
|
||||
]}
|
||||
title="Explore Our Portfolio"
|
||||
description="Discover a selection of our finest custom furniture and interior carpentry projects, showcasing the breadth of our craftsmanship and design capabilities."
|
||||
@@ -291,14 +186,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Architekturbüro Klein",
|
||||
"Raumkonzepte Design",
|
||||
"Luxuswohnen Immobilien",
|
||||
"Boutique Hotel Elegance",
|
||||
"Kulturzentrum Berlin",
|
||||
"Bürogebäude Skyline",
|
||||
"Gemeinschaftsschule Harmonie",
|
||||
]}
|
||||
"Architekturbüro Klein", "Raumkonzepte Design", "Luxuswohnen Immobilien", "Boutique Hotel Elegance", "Kulturzentrum Berlin", "Bürogebäude Skyline", "Gemeinschaftsschule Harmonie"]}
|
||||
title="Trusted by Leading Designers & Homeowners"
|
||||
description="We've had the privilege of collaborating with discerning clients on a wide range of custom carpentry projects, earning their trust through exceptional results and reliable service."
|
||||
/>
|
||||
@@ -309,30 +197,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Lisa Brandt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-meeting_1098-19536.jpg",
|
||||
},
|
||||
id: "t-1", name: "Lisa Brandt", imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-meeting_1098-19536.jpg"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Thomas Richter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-bald-call-center-man-winking-pointing-himself-isolated-crimson_141793-76767.jpg",
|
||||
},
|
||||
id: "t-2", name: "Thomas Richter", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-bald-call-center-man-winking-pointing-himself-isolated-crimson_141793-76767.jpg"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Julia Schneider",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-dark-skinned-woman-stands-with-paint-tools-has-glad-expression-dressed-casually-imagines-her-perfect-room_273609-38579.jpg",
|
||||
},
|
||||
id: "t-3", name: "Julia Schneider", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-dark-skinned-woman-stands-with-paint-tools-has-glad-expression-dressed-casually-imagines-her-perfect-room_273609-38579.jpg"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Stefan & Lena",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-diverse-family-couple-wave-sit-comfortable-sofa-pedigree-dog-lies-near-celebrate-moving-day-have-many-boxes-with-belongings-unpack-being-good-mood_273609-31184.jpg",
|
||||
},
|
||||
id: "t-4", name: "Stefan & Lena", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-diverse-family-couple-wave-sit-comfortable-sofa-pedigree-dog-lies-near-celebrate-moving-day-have-many-boxes-with-belongings-unpack-being-good-mood_273609-31184.jpg"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Anna Meier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-cup-coffee-cafe_624325-55.jpg",
|
||||
},
|
||||
id: "t-5", name: "Anna Meier", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-cup-coffee-cafe_624325-55.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say About Our Craftsmanship"
|
||||
cardTag="Client Stories"
|
||||
@@ -344,25 +217,17 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m-1",
|
||||
icon: Gauge,
|
||||
title: "Years of Expertise",
|
||||
value: "35+",
|
||||
},
|
||||
id: "m-1", icon: Gauge,
|
||||
title: "Years of Expertise", value: "35+"},
|
||||
{
|
||||
id: "m-2",
|
||||
icon: Cog,
|
||||
title: "Projects Completed",
|
||||
value: "750+",
|
||||
},
|
||||
id: "m-2", icon: Cog,
|
||||
title: "Projects Completed", value: "750+"},
|
||||
{
|
||||
id: "m-3",
|
||||
icon: Award,
|
||||
title: "Client Satisfaction",
|
||||
value: "98%",
|
||||
},
|
||||
id: "m-3", icon: Award,
|
||||
title: "Client Satisfaction", value: "98%"},
|
||||
]}
|
||||
title="Our Legacy in Numbers"
|
||||
description="Decades of experience and countless successful projects stand testament to our dedication to quality and client satisfaction."
|
||||
@@ -374,25 +239,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q-1",
|
||||
title: "What types of wood do you typically work with?",
|
||||
content: "We work with a wide range of high-quality woods, including oak, maple, walnut, cherry, and various exotic hardwoods, depending on your project's aesthetic and functional requirements.",
|
||||
},
|
||||
id: "q-1", title: "What types of wood do you typically work with?", content: "We work with a wide range of high-quality woods, including oak, maple, walnut, cherry, and various exotic hardwoods, depending on your project's aesthetic and functional requirements."},
|
||||
{
|
||||
id: "q-2",
|
||||
title: "What is your process for custom furniture projects?",
|
||||
content: "Our process typically begins with a detailed consultation, followed by design sketches and material selection. Once approved, we move to fabrication, finishing, and professional installation.",
|
||||
},
|
||||
id: "q-2", title: "What is your process for custom furniture projects?", content: "Our process typically begins with a detailed consultation, followed by design sketches and material selection. Once approved, we move to fabrication, finishing, and professional installation."},
|
||||
{
|
||||
id: "q-3",
|
||||
title: "How long does a typical custom project take?",
|
||||
content: "Project timelines vary greatly depending on complexity and scale. After our initial consultation and design finalization, we provide a detailed project schedule with estimated completion dates.",
|
||||
},
|
||||
id: "q-3", title: "How long does a typical custom project take?", content: "Project timelines vary greatly depending on complexity and scale. After our initial consultation and design finalization, we provide a detailed project schedule with estimated completion dates."},
|
||||
{
|
||||
id: "q-4",
|
||||
title: "Do you offer consultations for interior designers?",
|
||||
content: "Absolutely! We frequently collaborate with interior designers and architects, offering expert consultations to ensure seamless integration of our custom carpentry into your overall design vision.",
|
||||
},
|
||||
id: "q-4", title: "Do you offer consultations for interior designers?", content: "Absolutely! We frequently collaborate with interior designers and architects, offering expert consultations to ensure seamless integration of our custom carpentry into your overall design vision."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our custom carpentry process, material selection, project timelines, and more."
|
||||
@@ -405,8 +258,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Start Your Bespoke Wood Project"
|
||||
description="Ready to discuss your vision? Contact us today for a consultation and let's craft something beautiful together."
|
||||
@@ -428,45 +280,29 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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