Merge version_2 into main #2
252
src/app/page.tsx
252
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "why",
|
||||
},
|
||||
name: "Features", id: "why"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Swaraz Enterprises"
|
||||
/>
|
||||
@@ -58,108 +48,63 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Premium Hardware & Interior Solutions"
|
||||
description="Nagpur's trusted destination for architectural hardware, premium plywood, and door systems. Serving homeowners and professionals with quality materials."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-ornamental-plants-home-decor-female-hand-shop-window_169016-50350.jpg?_wi=1",
|
||||
imageAlt: "Showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-ornamental-plants-home-decor-female-hand-shop-window_169016-50350.jpg?_wi=1", imageAlt: "Showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-cabinet-handles-soft-light-minimal-hardware_169016-71064.jpg?_wi=1",
|
||||
imageAlt: "Hardware",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-cabinet-handles-soft-light-minimal-hardware_169016-71064.jpg?_wi=1", imageAlt: "Hardware"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-cabinet-handles-soft-light-minimal-hardware_169016-71064.jpg?_wi=2",
|
||||
imageAlt: "Door fittings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-cabinet-handles-soft-light-minimal-hardware_169016-71064.jpg?_wi=2", imageAlt: "Door fittings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-railing-modern-building_250224-160.jpg?_wi=1",
|
||||
imageAlt: "Glass hardware",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-railing-modern-building_250224-160.jpg?_wi=1", imageAlt: "Glass hardware"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301080.jpg?_wi=1",
|
||||
imageAlt: "Modern entrance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301080.jpg?_wi=1", imageAlt: "Modern entrance"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-cabinet-handles-soft-light-minimal-hardware_169016-71064.jpg?_wi=3",
|
||||
imageAlt: "Door fittings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-cabinet-handles-soft-light-minimal-hardware_169016-71064.jpg?_wi=3", imageAlt: "Door fittings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-ornamental-plants-home-decor-female-hand-shop-window_169016-50350.jpg?_wi=2",
|
||||
imageAlt: "Interior hardware",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-ornamental-plants-home-decor-female-hand-shop-window_169016-50350.jpg?_wi=2", imageAlt: "Interior hardware"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-drawer-with-internal-organizer-system-blue-cabinet-furniture-with-copper-handle_169016-72062.jpg?_wi=1",
|
||||
imageAlt: "Storage systems",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-drawer-with-internal-organizer-system-blue-cabinet-furniture-with-copper-handle_169016-72062.jpg?_wi=1", imageAlt: "Storage systems"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-touching-phone-screen_23-2148264022.jpg?_wi=1",
|
||||
imageAlt: "Smart locks",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-touching-phone-screen_23-2148264022.jpg?_wi=1", imageAlt: "Smart locks"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384825.jpg?_wi=1",
|
||||
imageAlt: "Plywood samples",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384825.jpg?_wi=1", imageAlt: "Plywood samples"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
{
|
||||
text: "Visit Our Store",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Our Store", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/amazing-laughing-redhead-young-lady-standing-cafe_171337-15271.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/amazing-laughing-redhead-young-lady-standing-cafe_171337-15271.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-cobbler_1098-13672.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-cobbler_1098-13672.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3304.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3304.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-experienced-carpenter_329181-15660.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-experienced-carpenter_329181-15660.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ professionals and homeowners across Nagpur"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Architectural Hardware",
|
||||
},
|
||||
type: "text", text: "Architectural Hardware"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Plywood",
|
||||
},
|
||||
type: "text", text: "Premium Plywood"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ozone Authorized",
|
||||
},
|
||||
type: "text", text: "Ozone Authorized"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Door Systems",
|
||||
},
|
||||
type: "text", text: "Modern Door Systems"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Smart Security",
|
||||
},
|
||||
type: "text", text: "Smart Security"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,7 +117,7 @@ export default function LandingPage() {
|
||||
description="Established to provide Nagpur with high-end interior and architectural hardware. We bridge the gap between global quality and local convenience."
|
||||
subdescription="Authorized Ozone partner, offering a curated selection for every interior vision."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg?_wi=1"
|
||||
imageSrc="https://images.unsplash.com/photo-1618221195710-6309859f518e?q=80&w=1200"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -185,41 +130,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Door Solutions",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301080.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Premium Door Solutions", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1517816487227-2c9675276e62?q=80&w=800"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Interior Plywood",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384825.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Interior Plywood", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1596702384666-419b4a45050e?q=80&w=800"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Locks & Handles",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/matte-black-cabinet-handles-soft-light-minimal-hardware_169016-71064.jpg?_wi=4",
|
||||
},
|
||||
id: "p3", name: "Locks & Handles", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1595515106969-1ce2956f3ffb?q=80&w=800"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Glass Fittings",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-railing-modern-building_250224-160.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Glass Fittings", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1616486701797-0f30f9d98418?q=80&w=800"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Storage Accessories",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-drawer-with-internal-organizer-system-blue-cabinet-furniture-with-copper-handle_169016-72062.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", name: "Storage Accessories", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1556228453-efd6c1ff04f6?q=80&w=800"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Security Locks",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-touching-phone-screen_23-2148264022.jpg?_wi=2",
|
||||
},
|
||||
id: "p6", name: "Security Locks", price: "Request Quote", imageSrc: "https://images.unsplash.com/photo-1584622650111-993a426fbf0a?q=80&w=800"},
|
||||
]}
|
||||
title="Our Product Catalog"
|
||||
description="Comprehensive range of hardware, boards, and interior solutions for all your needs."
|
||||
@@ -234,24 +155,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Authorized Ozone Partner",
|
||||
description: "Global quality hardware, directly available in Nagpur.",
|
||||
},
|
||||
title: "Authorized Ozone Partner", description: "Global quality hardware, directly available in Nagpur."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Expert Advice",
|
||||
description: "Professional guidance to help you make informed choices.",
|
||||
},
|
||||
title: "Expert Advice", description: "Professional guidance to help you make informed choices."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Competitive Pricing",
|
||||
description: "Premium products at prices that fit your budget.",
|
||||
},
|
||||
title: "Competitive Pricing", description: "Premium products at prices that fit your budget."},
|
||||
{
|
||||
icon: Box,
|
||||
title: "Everything Under One Roof",
|
||||
description: "Plywood, doors, hardware, and accessories for seamless procurement.",
|
||||
},
|
||||
title: "Everything Under One Roof", description: "Plywood, doors, hardware, and accessories for seamless procurement."},
|
||||
]}
|
||||
title="The Swaraz Difference"
|
||||
description="Why choose us for your next project?"
|
||||
@@ -264,45 +177,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great quality",
|
||||
quote: "Reasonable rates and high quality products.",
|
||||
name: "Amit S.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-laughing-redhead-young-lady-standing-cafe_171337-15271.jpg",
|
||||
},
|
||||
id: "t1", title: "Great quality", quote: "Reasonable rates and high quality products.", name: "Amit S.", role: "Homeowner", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=400"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Good range",
|
||||
quote: "Found everything I needed for my renovation project.",
|
||||
name: "Priya M.",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-cobbler_1098-13672.jpg",
|
||||
},
|
||||
id: "t2", title: "Good range", quote: "Found everything I needed for my renovation project.", name: "Priya M.", role: "Architect", imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?q=80&w=400"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Expert staff",
|
||||
quote: "Knowledgeable staff helped me pick the right hardware.",
|
||||
name: "Rahul D.",
|
||||
role: "Interior Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3304.jpg",
|
||||
},
|
||||
id: "t3", title: "Expert staff", quote: "Knowledgeable staff helped me pick the right hardware.", name: "Rahul D.", role: "Interior Designer", imageSrc: "https://images.unsplash.com/photo-1599566150163-29194dcaad36?q=80&w=400"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Very satisfied",
|
||||
quote: "Excellent collection, highly recommend.",
|
||||
name: "Sneha K.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-experienced-carpenter_329181-15660.jpg",
|
||||
},
|
||||
id: "t4", title: "Very satisfied", quote: "Excellent collection, highly recommend.", name: "Sneha K.", role: "Customer", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=400"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Perfect fit",
|
||||
quote: "Professional advice and perfect product quality.",
|
||||
name: "Vikram V.",
|
||||
role: "Builder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
},
|
||||
id: "t5", title: "Perfect fit", quote: "Professional advice and perfect product quality.", name: "Vikram V.", role: "Builder", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=400"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Trusted by hundreds of satisfied homeowners and designers."
|
||||
@@ -316,32 +199,21 @@ export default function LandingPage() {
|
||||
description="Located in Khamla, Nagpur. Get in touch for enquiries."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "+91 XXXXX XXXXX",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "+91 XXXXX XXXXX", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "your@email.com",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "your@email.com", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg?_wi=2"
|
||||
imageSrc="https://images.unsplash.com/photo-1581092160607-ee22530dd831?q=80&w=1200"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -350,33 +222,21 @@ export default function LandingPage() {
|
||||
logoText="Swaraz Enterprises"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+919371732288",
|
||||
},
|
||||
label: "Call Us", href: "tel:+919371732288"},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Visit Us", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Enquiry",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Enquiry", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user