Merge version_1 into main #2
249
src/app/page.tsx
249
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Shield, Settings, Truck } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
@@ -30,95 +31,37 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "collections",
|
||||
},
|
||||
{
|
||||
name: "Custom Orders",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Collections", id: "collections" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Bespoke Home Furniture"
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Furniture Crafted For The Way You Live"
|
||||
description="Custom-made sofas, beds, dining tables and premium furniture designed to bring warmth and elegance into your home."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ananya Sharma",
|
||||
handle: "@ananya",
|
||||
testimonial: "The sofa is a masterpiece of craftsmanship. Truly stunning.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikram",
|
||||
testimonial: "Excellent service and high-quality wood. Best in Delhi.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curly-woman-eyeglasses-black-jacket-writting-outdoors-beautiful-woman-with-red-lipstick-brunette-hair-sitting-stairs_197531-19326.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Rohan Mehta",
|
||||
handle: "@rohan",
|
||||
testimonial: "Transformative furniture that adds warmth to my home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Priya Kapoor",
|
||||
handle: "@priya",
|
||||
testimonial: "Truly bespoke experience from design to delivery.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Arjun Varma",
|
||||
handle: "@arjun",
|
||||
testimonial: "The attention to detail in my custom dining table is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg?_wi=2",
|
||||
},
|
||||
{ name: "Ananya Sharma", handle: "@ananya", testimonial: "The sofa is a masterpiece of craftsmanship. Truly stunning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg" },
|
||||
{ name: "Vikram Singh", handle: "@vikram", testimonial: "Excellent service and high-quality wood. Best in Delhi.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/curly-woman-eyeglasses-black-jacket-writting-outdoors-beautiful-woman-with-red-lipstick-brunette-hair-sitting-stairs_197531-19326.jpg" },
|
||||
{ name: "Rohan Mehta", handle: "@rohan", testimonial: "Transformative furniture that adds warmth to my home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg" },
|
||||
{ name: "Priya Kapoor", handle: "@priya", testimonial: "Truly bespoke experience from design to delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg" },
|
||||
{ name: "Arjun Varma", handle: "@arjun", testimonial: "The attention to detail in my custom dining table is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#collections",
|
||||
},
|
||||
{
|
||||
text: "Get Custom Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Explore Collection", href: "#collections" },
|
||||
{ text: "Get Custom Quote", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-reading-nook-with-armchair-warm-lamp-light-books_23-2152031755.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-reading-nook-with-armchair-warm-lamp-light-books_23-2152031755.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -130,42 +73,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bespoke",
|
||||
name: "Custom Sofa",
|
||||
price: "From ₹45,000",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-zoom-calls-with-chair_23-2149684490.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bespoke",
|
||||
name: "Wooden Bed",
|
||||
price: "From ₹65,000",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Bespoke",
|
||||
name: "Dining Table",
|
||||
price: "From ₹35,000",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates-details_23-2148848673.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bespoke",
|
||||
name: "Upholstered Chair",
|
||||
price: "From ₹12,000",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table_1339-4302.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Bespoke", name: "Custom Sofa", price: "From ₹45,000", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-zoom-calls-with-chair_23-2149684490.jpg" },
|
||||
{ id: "p2", brand: "Bespoke", name: "Wooden Bed", price: "From ₹65,000", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg" },
|
||||
{ id: "p3", brand: "Bespoke", name: "Dining Table", price: "From ₹35,000", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates-details_23-2148848673.jpg" },
|
||||
{ id: "p4", brand: "Bespoke", name: "Upholstered Chair", price: "From ₹12,000", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table_1339-4302.jpg" },
|
||||
]}
|
||||
title="Featured Collections"
|
||||
description="Explore our curated range of handcrafted furniture."
|
||||
@@ -177,34 +88,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Handcrafted",
|
||||
description: "Expert artisan touch.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-reading-nook-with-armchair-warm-lamp-light-books_23-2152031755.jpg?_wi=2",
|
||||
imageAlt: "luxury wooden interior design beige",
|
||||
},
|
||||
{
|
||||
title: "Premium Wood",
|
||||
description: "Solid walnut and teak.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-zoom-calls-with-chair_23-2149684490.jpg?_wi=2",
|
||||
imageAlt: "custom wooden sofa neutral fabric",
|
||||
},
|
||||
{
|
||||
title: "Customizable",
|
||||
description: "Made to your vision.",
|
||||
buttonIcon: "Settings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg?_wi=2",
|
||||
imageAlt: "elegant wooden bed neutral upholstery",
|
||||
},
|
||||
{
|
||||
title: "Local Delivery",
|
||||
description: "Across Delhi NCR.",
|
||||
buttonIcon: "Truck",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates-details_23-2148848673.jpg?_wi=2",
|
||||
imageAlt: "wooden dining table handcrafted teak",
|
||||
},
|
||||
{ title: "Handcrafted", description: "Expert artisan touch.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/cozy-reading-nook-with-armchair-warm-lamp-light-books_23-2152031755.jpg", imageAlt: "luxury wooden interior design beige" },
|
||||
{ title: "Premium Wood", description: "Solid walnut and teak.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/interior-design-zoom-calls-with-chair_23-2149684490.jpg", imageAlt: "custom wooden sofa neutral fabric" },
|
||||
{ title: "Customizable", description: "Made to your vision.", buttonIcon: Settings, imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg", imageAlt: "elegant wooden bed neutral upholstery" },
|
||||
{ title: "Local Delivery", description: "Across Delhi NCR.", buttonIcon: Truck, imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates-details_23-2148848673.jpg", imageAlt: "wooden dining table handcrafted teak" },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Excellence in every detail."
|
||||
@@ -214,36 +101,13 @@ export default function LandingPage() {
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="left"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Idea",
|
||||
subtitle: "Share your vision",
|
||||
category: "Step 1",
|
||||
value: "01",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Material",
|
||||
subtitle: "Choice of wood",
|
||||
category: "Step 2",
|
||||
value: "02",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Craft",
|
||||
subtitle: "Handcrafted detail",
|
||||
category: "Step 3",
|
||||
value: "03",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
title: "Home",
|
||||
subtitle: "White glove delivery",
|
||||
category: "Step 4",
|
||||
value: "04",
|
||||
},
|
||||
{ id: "m1", title: "Idea", subtitle: "Share your vision", category: "Step 1", value: "01" },
|
||||
{ id: "m2", title: "Material", subtitle: "Choice of wood", category: "Step 2", value: "02" },
|
||||
{ id: "m3", title: "Craft", subtitle: "Handcrafted detail", category: "Step 3", value: "03" },
|
||||
{ id: "m4", title: "Home", subtitle: "White glove delivery", category: "Step 4", value: "04" },
|
||||
]}
|
||||
title="Our Custom Process"
|
||||
description="From design to your home."
|
||||
@@ -257,46 +121,11 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "Home Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Designer",
|
||||
company: "Home Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curly-woman-eyeglasses-black-jacket-writting-outdoors-beautiful-woman-with-red-lipstick-brunette-hair-sitting-stairs_197531-19326.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing",
|
||||
company: "Home Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Architect",
|
||||
company: "Home Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Meera Iyer",
|
||||
role: "Collector",
|
||||
company: "Home Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg?_wi=4",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Johnson", role: "CEO", company: "Home Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", role: "Designer", company: "Home Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/curly-woman-eyeglasses-black-jacket-writting-outdoors-beautiful-woman-with-red-lipstick-brunette-hair-sitting-stairs_197531-19326.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", role: "Marketing", company: "Home Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg" },
|
||||
{ id: "t4", name: "David Kim", role: "Architect", company: "Home Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg" },
|
||||
{ id: "t5", name: "Meera Iyer", role: "Collector", company: "Home Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Warm homes, satisfied hearts."
|
||||
@@ -308,18 +137,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Bespoke Home Furniture creates handcrafted furniture with timeless design, premium materials and attention to detail.",
|
||||
"Every piece is made to suit the customer’s home and style.",
|
||||
]}
|
||||
"Bespoke Home Furniture creates handcrafted furniture with timeless design, premium materials and attention to detail.", "Every piece is made to suit the customer’s home and style."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Get In Touch"
|
||||
title="Contact Us"
|
||||
description="Greater Kailash, New Delhi | +91 98765 43210"
|
||||
|
||||
Reference in New Issue
Block a user