Merge version_2 into main #1
220
src/app/page.tsx
220
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Classic Furniture"
|
||||
/>
|
||||
@@ -54,41 +46,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Expert Carpenter Services in Lalamusa"
|
||||
description="We create high-quality furniture and woodwork for your home and office."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:03456891191",
|
||||
},
|
||||
text: "Call Now", href: "tel:03456891191"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "tel:03456891191",
|
||||
},
|
||||
text: "Get a Quote", href: "tel:03456891191"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695773.jpg",
|
||||
imageAlt: "luxury custom wooden furniture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695773.jpg", imageAlt: "luxury custom wooden furniture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-background-zoom-calls_23-2149684457.jpg",
|
||||
imageAlt: "custom dining table wood",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-background-zoom-calls_23-2149684457.jpg", imageAlt: "custom dining table wood"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lucky-drawers-temple-hong-kong_53876-147828.jpg",
|
||||
imageAlt: "handmade wooden cabinet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lucky-drawers-temple-hong-kong_53876-147828.jpg", imageAlt: "handmade wooden cabinet"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=db3isn",
|
||||
imageAlt: "custom wooden bed design",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=db3isn", imageAlt: "custom wooden bed design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695831.jpg",
|
||||
imageAlt: "wood wall panel interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695831.jpg", imageAlt: "wood wall panel interior"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -102,25 +79,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom Furniture",
|
||||
description: "Bespoke designs built to your specifications.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-carpenter-checking-smoothness-wood-product-workshop_342744-828.jpg",
|
||||
},
|
||||
title: "Custom Furniture", description: "Bespoke designs built to your specifications.", imageSrc: "http://img.b2bpic.net/free-photo/professional-carpenter-checking-smoothness-wood-product-workshop_342744-828.jpg"},
|
||||
{
|
||||
title: "Kitchen Cabinets",
|
||||
description: "High-quality fitted kitchens and cabinets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821306.jpg",
|
||||
},
|
||||
title: "Kitchen Cabinets", description: "High-quality fitted kitchens and cabinets.", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821306.jpg"},
|
||||
{
|
||||
title: "Doors & Windows",
|
||||
description: "Expert installations for home and office.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/door-cracked-decorative-old-doorknob_1203-6140.jpg",
|
||||
},
|
||||
title: "Doors & Windows", description: "Expert installations for home and office.", imageSrc: "http://img.b2bpic.net/free-photo/door-cracked-decorative-old-doorknob_1203-6140.jpg"},
|
||||
{
|
||||
title: "Repair & Polish",
|
||||
description: "Reviving old furniture with precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-floor-damage-using-brush_23-2148254141.jpg",
|
||||
},
|
||||
title: "Repair & Polish", description: "Reviving old furniture with precision.", imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-floor-damage-using-brush_23-2148254141.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="High-end woodworking solutions tailored to your unique requirements."
|
||||
@@ -135,41 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Modern Dining Set",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902089.jpg",
|
||||
},
|
||||
id: "1", name: "Modern Dining Set", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902089.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Luxury Cabinets",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-antiques-market-objects_23-2148950917.jpg",
|
||||
},
|
||||
id: "2", name: "Luxury Cabinets", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/assortment-antiques-market-objects_23-2148950917.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bed Frame",
|
||||
price: "Custom",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v2ilrg",
|
||||
},
|
||||
id: "3", name: "Bed Frame", price: "Custom", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v2ilrg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Office Furniture",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna-benches-geometric-pattern-modern-wellness-interior_169016-68892.jpg",
|
||||
},
|
||||
id: "4", name: "Office Furniture", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna-benches-geometric-pattern-modern-wellness-interior_169016-68892.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Custom Staircase",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-down-wall-modern-granite_1203-4480.jpg",
|
||||
},
|
||||
id: "5", name: "Custom Staircase", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/building-down-wall-modern-granite_1203-4480.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Wooden Desk",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-writing-her-notebook_23-2147601359.jpg",
|
||||
},
|
||||
id: "6", name: "Wooden Desk", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-writing-her-notebook_23-2147601359.jpg"},
|
||||
]}
|
||||
title="Our Portfolio"
|
||||
description="Showcasing our precision and dedication to quality."
|
||||
@@ -184,17 +125,11 @@ export default function LandingPage() {
|
||||
description="At Classic Furniture, we bring your vision to life through traditional techniques and modern precision. Based in Lalamusa, we pride ourselves on exceptional craftsmanship."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "10+ Years Experience",
|
||||
description: "Mastering the art of woodwork.",
|
||||
},
|
||||
title: "10+ Years Experience", description: "Mastering the art of woodwork."},
|
||||
{
|
||||
title: "Quality First",
|
||||
description: "Only the finest timber used.",
|
||||
},
|
||||
title: "Quality First", description: "Only the finest timber used."},
|
||||
{
|
||||
title: "Customer Centric",
|
||||
description: "Your satisfaction is our priority.",
|
||||
},
|
||||
title: "Customer Centric", description: "Your satisfaction is our priority."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26132.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -208,26 +143,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Committed to quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263577.jpg",
|
||||
},
|
||||
id: "1", value: "100%", title: "Customer Satisfaction", description: "Committed to quality.", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263577.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
value: "On-Time",
|
||||
title: "Timely Delivery",
|
||||
description: "Respecting your schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-measuring-with-ruler-pencil_23-2148679131.jpg",
|
||||
},
|
||||
id: "2", value: "On-Time", title: "Timely Delivery", description: "Respecting your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-measuring-with-ruler-pencil_23-2148679131.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
value: "Best",
|
||||
title: "Affordable Price",
|
||||
description: "Value for your investment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-with-soft-pillows_23-2148848689.jpg",
|
||||
},
|
||||
id: "3", value: "Budget-Friendly", title: "Affordable Price", description: "Value for your investment.", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-with-soft-pillows_23-2148848689.jpg"},
|
||||
]}
|
||||
title="Why Choose Classic Furniture"
|
||||
description="Your trusted partner for home and office woodwork solutions in Lalamusa."
|
||||
@@ -241,59 +161,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ali Khan",
|
||||
role: "Homeowner",
|
||||
company: "Lalamusa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woodworker-holding-wood-his-carpentry-workshop_342744-835.jpg",
|
||||
},
|
||||
id: "1", name: "Ali Khan", role: "Homeowner", company: "Lalamusa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woodworker-holding-wood-his-carpentry-workshop_342744-835.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sara Ahmed",
|
||||
role: "Business Owner",
|
||||
company: "Lalamusa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185397.jpg",
|
||||
},
|
||||
id: "2", name: "Sara Ahmed", role: "Business Owner", company: "Lalamusa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185397.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Irfan Malik",
|
||||
role: "Homeowner",
|
||||
company: "Lalamusa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-door-with-screwdriver_123827-36994.jpg",
|
||||
},
|
||||
id: "3", name: "Irfan Malik", role: "Homeowner", company: "Lalamusa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-door-with-screwdriver_123827-36994.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Zubair Shah",
|
||||
role: "Office Manager",
|
||||
company: "Lalamusa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-laughing-redhead-young-lady-standing-cafe_171337-15271.jpg",
|
||||
},
|
||||
id: "4", name: "Zubair Shah", role: "Office Manager", company: "Lalamusa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-laughing-redhead-young-lady-standing-cafe_171337-15271.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Noor",
|
||||
role: "Homeowner",
|
||||
company: "Lalamusa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-giving-hand-shake_23-2148242932.jpg",
|
||||
},
|
||||
id: "5", name: "Fatima Noor", role: "Homeowner", company: "Lalamusa", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-giving-hand-shake_23-2148242932.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "500+", label: "Projects Completed"},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Client Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Client Rating"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Active",
|
||||
},
|
||||
value: "10+", label: "Years Active"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by hundreds of homeowners and businesses."
|
||||
@@ -304,8 +193,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Get in Touch Today"
|
||||
description="Call us at 03456891191 or send us a request for a free consultation. Based in Lalamusa."
|
||||
@@ -319,33 +207,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Phone: 03456891191",
|
||||
href: "tel:03456891191",
|
||||
},
|
||||
label: "Phone: 03456891191", href: "tel:03456891191"},
|
||||
{
|
||||
label: "Lalamusa, Pakistan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lalamusa, Pakistan", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user