Update src/app/page.tsx
This commit is contained in:
361
src/app/page.tsx
361
src/app/page.tsx
@@ -32,162 +32,92 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Materials",
|
||||
id: "#materials",
|
||||
},
|
||||
name: "Materials", id: "#materials"},
|
||||
{
|
||||
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="Concept Flooring & Granite"
|
||||
button={{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Free Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Transform Your Space with Concept Flooring & Granite"
|
||||
description="Expert installation of granite, quartz, and a wide range of flooring. We bring precision, quality, and your vision to life for kitchens, bathrooms, and entire homes."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185028.jpg",
|
||||
imageAlt: "Modern kitchen with new granite countertops",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-spending-time-together_23-2149185028.jpg", imageAlt: "Modern kitchen with new granite countertops"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg",
|
||||
imageAlt: "Elegant bathroom with newly installed quartz vanity",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg", imageAlt: "Elegant bathroom with newly installed quartz vanity"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-renovating-house-concept_53876-20667.jpg",
|
||||
imageAlt: "New hardwood flooring being installed in a living room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-renovating-house-concept_53876-20667.jpg", imageAlt: "New hardwood flooring being installed in a living room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-using-knife-carefully-unpack-wooden-slatted-box_1308-189610.jpg",
|
||||
imageAlt: "Durable laminate flooring in a modern kitchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-using-knife-carefully-unpack-wooden-slatted-box_1308-189610.jpg", imageAlt: "Durable laminate flooring in a modern kitchen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-putting-up-decorative-vinyls_23-2149683505.jpg",
|
||||
imageAlt: "Stylish kitchen with custom backsplash tile installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-putting-up-decorative-vinyls_23-2149683505.jpg", imageAlt: "Stylish kitchen with custom backsplash tile installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378909.jpg",
|
||||
imageAlt: "Home remodeling project in progress",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378909.jpg", imageAlt: "Home remodeling project in progress"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tiling-floor-concept_23-2149344003.jpg",
|
||||
imageAlt: "Professional tile flooring installation in a bathroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tiling-floor-concept_23-2149344003.jpg", imageAlt: "Professional tile flooring installation in a bathroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-texture-wooden-boards_1249-144.jpg",
|
||||
imageAlt: "Luxury vinyl plank flooring in a renovated kitchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-texture-wooden-boards_1249-144.jpg", imageAlt: "Luxury vinyl plank flooring in a renovated kitchen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286554.jpg",
|
||||
imageAlt: "Custom stone countertop design for a kitchen island",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-engraving_23-2149286554.jpg", imageAlt: "Custom stone countertop design for a kitchen island"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-rail-open-drawers-blue-fronts_169016-69006.jpg",
|
||||
imageAlt: "Before and after of a kitchen upgrade and renovation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-rail-open-drawers-blue-fronts_169016-69006.jpg", imageAlt: "Before and after of a kitchen upgrade and renovation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg",
|
||||
imageAlt: "Luxurious bathroom renovation with new fixtures",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg", imageAlt: "Luxurious bathroom renovation with new fixtures"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-axe_23-2148253417.jpg",
|
||||
imageAlt: "Close-up of a craftsman working on a detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-wood-with-axe_23-2148253417.jpg", imageAlt: "Close-up of a craftsman working on a detail"},
|
||||
]}
|
||||
tag="Your Renovation Partner"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "#materials",
|
||||
},
|
||||
text: "View Our Work", href: "#materials"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg",
|
||||
alt: "Man servant cooking in the kitchen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530823.jpg", alt: "Man servant cooking in the kitchen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg",
|
||||
alt: "Woman and man working in laptop at home in modern kitchen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", alt: "Woman and man working in laptop at home in modern kitchen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/home-cooking-attentive-middleaged-man-casual-clothes-touching-oven-control-panel-kitchen_259150-59233.jpg",
|
||||
alt: "Home cooking Attentive middleaged man in casual clothes touching oven control panel in kitchen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/home-cooking-attentive-middleaged-man-casual-clothes-touching-oven-control-panel-kitchen_259150-59233.jpg", alt: "Home cooking Attentive middleaged man in casual clothes touching oven control panel in kitchen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-taking-selfie-near-bar_23-2147771338.jpg",
|
||||
alt: "Woman taking selfie near bar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-taking-selfie-near-bar_23-2147771338.jpg", alt: "Woman taking selfie near bar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/small-bathroom-with-modern-style-ai-generated_23-2150694862.jpg",
|
||||
alt: "Small bathroom with modern style ai generated",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/small-bathroom-with-modern-style-ai-generated_23-2150694862.jpg", alt: "Small bathroom with modern style ai generated"},
|
||||
]}
|
||||
avatarText="Trusted by over 1000 homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/view-plumber-tool-box-ready-fixing-problems-bathroom_23-2150990694.jpg",
|
||||
alt: "View of plumber tool box ready for fixing problems in the bathroom",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/view-plumber-tool-box-ready-fixing-problems-bathroom_23-2150990694.jpg", alt: "View of plumber tool box ready for fixing problems in the bathroom"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278618.jpg",
|
||||
alt: "Tiler working on renovation of apartment",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278618.jpg", alt: "Tiler working on renovation of apartment"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg",
|
||||
alt: "Beautiful shot of a modern house bathroom with technology and art",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", alt: "Beautiful shot of a modern house bathroom with technology and art"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15364.jpg",
|
||||
alt: "Manual tool set, set on wooden floor.",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15364.jpg", alt: "Manual tool set, set on wooden floor."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/measure-wooden-material-twice-by-carpenter_329181-15603.jpg",
|
||||
alt: "Measure wooden material twice by carpenter",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/measure-wooden-material-twice-by-carpenter_329181-15603.jpg", alt: "Measure wooden material twice by carpenter"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
@@ -201,21 +131,13 @@ export default function LandingPage() {
|
||||
description="At Concept Flooring & Granite, we're dedicated to transforming your home with exceptional craftsmanship and premium materials. We specialize in custom solutions for every space, ensuring precision and attention to detail from start to finish."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Quality Materials",
|
||||
description: "We source only the highest quality granite, quartz, hardwood, LVP, laminate, and tile to ensure lasting beauty and durability.",
|
||||
},
|
||||
title: "Quality Materials", description: "We source only the highest quality granite, quartz, hardwood, LVP, laminate, and tile to ensure lasting beauty and durability."},
|
||||
{
|
||||
title: "Expert Installation",
|
||||
description: "Our team of experienced professionals provides meticulous installation, guaranteeing a flawless finish for every project.",
|
||||
},
|
||||
title: "Expert Installation", description: "Our team of experienced professionals provides meticulous installation, guaranteeing a flawless finish for every project."},
|
||||
{
|
||||
title: "Customer-Centric Service",
|
||||
description: "Your satisfaction is our priority. We work closely with you to understand your needs and exceed your expectations.",
|
||||
},
|
||||
title: "Customer-Centric Service", description: "Your satisfaction is our priority. We work closely with you to understand your needs and exceed your expectations."},
|
||||
{
|
||||
title: "Comprehensive Solutions",
|
||||
description: "From initial design to final touches, we offer a full suite of services including countertops, flooring, backsplashes, and full remodels.",
|
||||
},
|
||||
title: "Comprehensive Solutions", description: "From initial design to final touches, we offer a full suite of services including countertops, flooring, backsplashes, and full remodels."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg"
|
||||
imageAlt="Modern interior of a flooring and granite showroom"
|
||||
@@ -231,29 +153,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Countertop Installation",
|
||||
description: "Specializing in granite and quartz, our experts deliver custom fabrication and seamless installation for kitchens and bathrooms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-tree_1157-18907.jpg",
|
||||
imageAlt: "Granite and quartz countertop samples",
|
||||
},
|
||||
title: "Countertop Installation", description: "Specializing in granite and quartz, our experts deliver custom fabrication and seamless installation for kitchens and bathrooms.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-works-with-tree_1157-18907.jpg", imageAlt: "Granite and quartz countertop samples"},
|
||||
{
|
||||
title: "Flooring Installation",
|
||||
description: "We offer professional installation of hardwood, luxury vinyl plank, laminate, and tile flooring for any residential or commercial space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418579.jpg",
|
||||
imageAlt: "Diverse flooring options including hardwood, LVP, and tile",
|
||||
},
|
||||
title: "Flooring Installation", description: "We offer professional installation of hardwood, luxury vinyl plank, laminate, and tile flooring for any residential or commercial space.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418579.jpg", imageAlt: "Diverse flooring options including hardwood, LVP, and tile"},
|
||||
{
|
||||
title: "Backsplash Installation",
|
||||
description: "Elevate your kitchen or bathroom with custom backsplash designs, from classic subway tile to intricate patterns, expertly installed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-tiled-mosaic_1194-7521.jpg",
|
||||
imageAlt: "Stylish kitchen backsplash tiles",
|
||||
},
|
||||
title: "Backsplash Installation", description: "Elevate your kitchen or bathroom with custom backsplash designs, from classic subway tile to intricate patterns, expertly installed.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-tiled-mosaic_1194-7521.jpg", imageAlt: "Stylish kitchen backsplash tiles"},
|
||||
{
|
||||
title: "Remodeling Services",
|
||||
description: "Complete kitchen upgrades and bathroom renovations, ensuring a cohesive and beautiful transformation for your entire home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836944.jpg",
|
||||
imageAlt: "Home remodeling project in progress",
|
||||
},
|
||||
title: "Remodeling Services", description: "Complete kitchen upgrades and bathroom renovations, ensuring a cohesive and beautiful transformation for your entire home.", imageSrc: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836944.jpg", imageAlt: "Home remodeling project in progress"},
|
||||
]}
|
||||
title="Our Comprehensive Renovation Services"
|
||||
description="From stunning countertops to durable flooring and custom backsplashes, we handle every detail with precision and care, bringing your vision to life."
|
||||
@@ -268,47 +174,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "product-granite",
|
||||
name: "Granite Countertops",
|
||||
price: "Starting at $60/sqft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-green-broccoli-black_114579-59879.jpg",
|
||||
imageAlt: "Polished granite countertop slab",
|
||||
},
|
||||
id: "product-granite", name: "Granite Countertops", price: "Starting at $60/sqft", imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetable-green-broccoli-black_114579-59879.jpg", imageAlt: "Polished granite countertop slab"},
|
||||
{
|
||||
id: "product-quartz",
|
||||
name: "Quartz Countertops",
|
||||
price: "Starting at $70/sqft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heart-jelly-sweets-around-marshmallow-platter-marble-surface_114579-75272.jpg",
|
||||
imageAlt: "Smooth quartz countertop surface",
|
||||
},
|
||||
id: "product-quartz", name: "Quartz Countertops", price: "Starting at $70/sqft", imageSrc: "http://img.b2bpic.net/free-photo/heart-jelly-sweets-around-marshmallow-platter-marble-surface_114579-75272.jpg", imageAlt: "Smooth quartz countertop surface"},
|
||||
{
|
||||
id: "product-hardwood",
|
||||
name: "Hardwood Flooring",
|
||||
price: "Starting at $8/sqft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chair-with-clothes-living-room-high-angle_23-2149363769.jpg",
|
||||
imageAlt: "Rich hardwood flooring planks",
|
||||
},
|
||||
id: "product-hardwood", name: "Hardwood Flooring", price: "Starting at $8/sqft", imageSrc: "http://img.b2bpic.net/free-photo/chair-with-clothes-living-room-high-angle_23-2149363769.jpg", imageAlt: "Rich hardwood flooring planks"},
|
||||
{
|
||||
id: "product-lvp",
|
||||
name: "Luxury Vinyl Plank",
|
||||
price: "Starting at $4/sqft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-child-playing-kitchen-floor-having-fun_176420-19765.jpg",
|
||||
imageAlt: "Luxury vinyl plank wood effect",
|
||||
},
|
||||
id: "product-lvp", name: "Luxury Vinyl Plank", price: "Starting at $4/sqft", imageSrc: "http://img.b2bpic.net/free-photo/mother-child-playing-kitchen-floor-having-fun_176420-19765.jpg", imageAlt: "Luxury vinyl plank wood effect"},
|
||||
{
|
||||
id: "product-laminate",
|
||||
name: "Laminate Flooring",
|
||||
price: "Starting at $3/sqft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-wooden-texture_1160-691.jpg",
|
||||
imageAlt: "Laminate flooring wood grain",
|
||||
},
|
||||
id: "product-laminate", name: "Laminate Flooring", price: "Starting at $3/sqft", imageSrc: "http://img.b2bpic.net/free-photo/gray-wooden-texture_1160-691.jpg", imageAlt: "Laminate flooring wood grain"},
|
||||
{
|
||||
id: "product-tile",
|
||||
name: "Tile Flooring",
|
||||
price: "Starting at $5/sqft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concrete-tile-background_1339-1878.jpg",
|
||||
imageAlt: "Modern ceramic tile flooring",
|
||||
},
|
||||
id: "product-tile", name: "Tile Flooring", price: "Starting at $5/sqft", imageSrc: "http://img.b2bpic.net/free-photo/concrete-tile-background_1339-1878.jpg", imageAlt: "Modern ceramic tile flooring"},
|
||||
]}
|
||||
title="Premium Materials & Craftsmanship"
|
||||
description="Explore our diverse range of high-quality materials for your next project. Each product is selected for its beauty, durability, and expertly installed to perfection."
|
||||
@@ -323,20 +199,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Expertise",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of Expertise"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Projects Completed",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Projects Completed"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Client Satisfaction"},
|
||||
]}
|
||||
title="Delivering Excellence, Project After Project"
|
||||
description="Our commitment to quality, precision, and customer satisfaction is reflected in every milestone we achieve and every home we transform."
|
||||
@@ -348,47 +215,23 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael D.",
|
||||
role: "Business Owner",
|
||||
company: "Retail Space",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-handsome-businessman_1163-5397.jpg",
|
||||
},
|
||||
id: "2", name: "Michael D.", role: "Business Owner", company: "Retail Space", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-handsome-businessman_1163-5397.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Kitchen Remodel",
|
||||
company: "Happy Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-phone-man-working-tablet_23-2148363575.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Kitchen Remodel", company: "Happy Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-phone-man-working-tablet_23-2148363575.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Contractor",
|
||||
company: "Partnership",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-white-shirt-smiles_23-2148401388.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Contractor", company: "Partnership", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-white-shirt-smiles_23-2148401388.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
role: "Bathroom Renovation",
|
||||
company: "Satisfied Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/displeased-family-analyzing-blueprints-their-new-apartment_637285-12328.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica L.", role: "Bathroom Renovation", company: "Satisfied Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/displeased-family-analyzing-blueprints-their-new-apartment_637285-12328.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from satisfied homeowners and businesses who experienced our commitment to quality, professionalism, and exceptional results."
|
||||
@@ -400,20 +243,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of flooring do you install?",
|
||||
content: "We expertly install hardwood, luxury vinyl plank (LVP), laminate, and a variety of tile flooring options for both residential and commercial properties.",
|
||||
},
|
||||
id: "q1", title: "What types of flooring do you install?", content: "We expertly install hardwood, luxury vinyl plank (LVP), laminate, and a variety of tile flooring options for both residential and commercial properties."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What materials do you use for countertops?",
|
||||
content: "We specialize in the installation of premium granite and quartz countertops, offering a wide selection of colors and patterns to match your aesthetic.",
|
||||
},
|
||||
id: "q2", title: "What materials do you use for countertops?", content: "We specialize in the installation of premium granite and quartz countertops, offering a wide selection of colors and patterns to match your aesthetic."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer full kitchen and bathroom remodeling?",
|
||||
content: "Yes, we provide comprehensive remodeling services for kitchens and bathrooms, managing everything from demolition and new installations to finishing touches.",
|
||||
},
|
||||
id: "q3", title: "Do you offer full kitchen and bathroom remodeling?", content: "Yes, we provide comprehensive remodeling services for kitchens and bathrooms, managing everything from demolition and new installations to finishing touches."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our services, materials, installation process, and what to expect during your project."
|
||||
@@ -427,8 +261,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Start?"
|
||||
title="Get Your Free Quote Today"
|
||||
description="Let's discuss your remodeling or installation project. Our experts are ready to help bring your vision to life with precision and attention to detail. Contact us now!"
|
||||
@@ -442,75 +275,45 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Countertops",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Countertops", href: "#services"},
|
||||
{
|
||||
label: "Flooring",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Flooring", href: "#services"},
|
||||
{
|
||||
label: "Backsplashes",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Backsplashes", href: "#services"},
|
||||
{
|
||||
label: "Remodeling",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Remodeling", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Work",
|
||||
href: "#materials",
|
||||
},
|
||||
label: "Our Work", href: "#materials"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@conceptflooring.com",
|
||||
},
|
||||
label: "Email Us", href: "mailto:info@conceptflooring.com"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
label: "Call Us", href: "tel:+1234567890"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user