Update src/app/page.tsx
This commit is contained in:
138
src/app/page.tsx
138
src/app/page.tsx
@@ -29,29 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Our Partners",
|
||||
id: "/partners",
|
||||
},
|
||||
name: "Our Partners", id: "/partners"},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "/categories",
|
||||
},
|
||||
name: "Categories", id: "/categories"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Referrals",
|
||||
id: "/referrals",
|
||||
},
|
||||
name: "Referrals", id: "/referrals"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="JD CERAMIC"
|
||||
/>
|
||||
@@ -60,15 +48,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="A Home is Built Once. Quality is Forever."
|
||||
description="Don't compromise. Visit JD Ceramic to experience the finest selection of imported and designer tiles in the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Showroom",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Visit Showroom", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349210.jpg?_wi=1"
|
||||
/>
|
||||
@@ -81,22 +66,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500+",
|
||||
title: "Homes Transformed",
|
||||
items: [
|
||||
"Premium Tile Installation",
|
||||
"Sanitary Solutions",
|
||||
],
|
||||
id: "m1", value: "1500+", title: "Homes Transformed", items: [
|
||||
"Premium Tile Installation", "Sanitary Solutions"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
title: "Years of Excellence",
|
||||
items: [
|
||||
"Authentic Sourcing",
|
||||
"Expert Advice",
|
||||
],
|
||||
id: "m2", value: "20+", title: "Years of Excellence", items: [
|
||||
"Authentic Sourcing", "Expert Advice"],
|
||||
},
|
||||
]}
|
||||
title="Trusted by Generations"
|
||||
@@ -111,38 +86,20 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Featured Highlights"
|
||||
description="The best from our collections."
|
||||
description="Explore our premium physical collection at our showroom."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Italian Marble",
|
||||
price: "From $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sidewalk_1194-6247.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "All type of Tiles (Indian & Imported)", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sidewalk_1194-6247.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Modern Faucets",
|
||||
price: "From $120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Sanitary ware & CP fittings", price: "", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=1"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Smart Controller",
|
||||
price: "From $200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-comfortable-sofa-generated-by-ai_188544-18444.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Home automation", price: "", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-comfortable-sofa-generated-by-ai_188544-18444.jpg?_wi=2"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Designer Tiles",
|
||||
price: "From $30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sidewalk_1194-6247.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Wardrobes & kitchen", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sidewalk_1194-6247.jpg?_wi=2"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bathroom Sets",
|
||||
price: "From $400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", name: "Clay concrete product", price: "", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=2"},
|
||||
{
|
||||
id: "p6", name: "Natural Stone", price: "", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-comfortable-sofa-generated-by-ai_188544-18444.jpg?_wi=1"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,30 +115,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer shipping?",
|
||||
content: "Yes, we ship nationwide.",
|
||||
},
|
||||
id: "q1", title: "Do you offer shipping?", content: "Yes, we ship nationwide."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is the return policy?",
|
||||
content: "We offer 30-day returns.",
|
||||
},
|
||||
id: "q2", title: "What is the return policy?", content: "We offer 30-day returns."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide installation?",
|
||||
content: "We offer professional installation services.",
|
||||
},
|
||||
id: "q3", title: "Do you provide installation?", content: "We offer professional installation services."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are items in stock?",
|
||||
content: "Most items are ready to ship.",
|
||||
},
|
||||
id: "q4", title: "Are items in stock?", content: "Most items are ready to ship."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Can I request a sample?",
|
||||
content: "Sample tiles are available upon request.",
|
||||
},
|
||||
id: "q5", title: "Can I request a sample?", content: "Sample tiles are available upon request."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,16 +136,10 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-rich-mature-man-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48876.jpg?_wi=1"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -213,25 +149,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Showroom",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Showroom", href: "/contact"},
|
||||
{
|
||||
label: "Referrals",
|
||||
href: "/referrals",
|
||||
},
|
||||
label: "Referrals", href: "/referrals"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
label: "Call Us", href: "tel:+919999999999"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -241,4 +169,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user