Update src/app/page.tsx

This commit is contained in:
2026-04-02 05:05:09 +00:00
parent f56478c1c7
commit 33c0d0910e

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Brands",
id: "features",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Brands", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Paradise Ceramica"
/>
@@ -58,22 +43,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "downward-rays-animated",
}}
background={{ variant: "downward-rays-animated" }}
title="Redefining Luxury Living Spaces"
description="With over 20 years of excellence, Paradise Ceramica brings world-class tiles and sanitary ware to your doorstep. Explore premium collections from global brands."
buttons={[
{
text: "Explore Brands",
href: "#features",
},
{
text: "Contact Us",
href: "#contact",
},
{ text: "Explore Brands", href: "#features" },
{ text: "Contact Us", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg"
imageAlt="luxury bathroom tiles showroom"
/>
</div>
@@ -85,20 +62,11 @@ export default function LandingPage() {
title="Two Decades of Excellence"
description="Paradise Ceramica has been the trusted destination for premium home aesthetics for over 20 years. We bridge the gap between world-class manufacturing and your dream home."
bulletPoints={[
{
title: "Legacy of Quality",
description: "20+ years delivering premium material solutions.",
},
{
title: "Top-Tier Partnerships",
description: "Authorized dealers for KOHLER, Grohe, Jaquar, and more.",
},
{
title: "Curated Experiences",
description: "Expert consultations to help you find the perfect finish.",
},
{ title: "Legacy of Quality", description: "20+ years delivering premium material solutions." },
{ title: "Top-Tier Partnerships", description: "Authorized dealers for KOHLER, Grohe, Jaquar, and more." },
{ title: "Curated Experiences", description: "Expert consultations to help you find the perfect finish." },
]}
imageSrc="http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -110,55 +78,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Luxury Fittings",
description: "Elegant bathroom hardware from industry leaders.",
icon: Sparkles,
title: "Luxury Fittings", description: "Elegant bathroom hardware from industry leaders.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg?_wi=1",
imageAlt: "Luxury faucet hardware",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg?_wi=2",
imageAlt: "Chrome shower fittings",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2",
imageAlt: "luxury bathroom tiles showroom",
{ imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg", imageAlt: "Luxury faucet hardware" },
{ imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg", imageAlt: "Chrome shower fittings" },
]
},
{
title: "Designer Tiles",
description: "Sophisticated porcelain and ceramic flooring.",
icon: CheckCircle,
title: "Designer Tiles", description: "Sophisticated porcelain and ceramic flooring.", icon: CheckCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg?_wi=1",
imageAlt: "Modern ceramic floor texture",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg?_wi=2",
imageAlt: "Polished marble tile finish",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/laptop-marble-table_53876-71231.jpg?_wi=2",
imageAlt: "professional tiles showroom interior",
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg", imageAlt: "Modern ceramic floor texture" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg", imageAlt: "Polished marble tile finish" },
]
},
{
title: "Sanitary Solutions",
description: "Advanced wellness and hygiene systems.",
icon: Shield,
title: "Sanitary Solutions", description: "Advanced wellness and hygiene systems.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg?_wi=1",
imageAlt: "Minimalist sanitary ware",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg?_wi=2",
imageAlt: "Modern bathroom ceramics",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg?_wi=3",
imageAlt: "luxury bathroom fittings chrome",
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg", imageAlt: "Minimalist sanitary ware" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg", imageAlt: "Modern bathroom ceramics" },
]
},
]}
title="Premium Product Range"
@@ -170,22 +108,9 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Kohler",
"Grohe",
"Jaquar",
"Simpolo",
"Nexion",
]}
names={["Kohler", "Grohe", "Jaquar", "Simpolo", "Nexion"]}
logos={[
"http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292242.jpg",
"http://img.b2bpic.net/free-vector/water-supply-set_1284-13849.jpg",
"http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg",
"http://img.b2bpic.net/free-vector/flat-design-modern-business-card-template_23-2150361837.jpg",
"http://img.b2bpic.net/free-vector/watercolor-abstract-double-sided-horizontal-business-card-template_23-2149309418.jpg",
"http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292242.jpg",
"http://img.b2bpic.net/free-vector/water-supply-set_1284-13849.jpg",
]}
"http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149292242.jpg", "http://img.b2bpic.net/free-vector/water-supply-set_1284-13849.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg", "http://img.b2bpic.net/free-vector/flat-design-modern-business-card-template_23-2150361837.jpg", "http://img.b2bpic.net/free-vector/watercolor-abstract-double-sided-horizontal-business-card-template_23-2149309418.jpg"]}
title="Brands We Partner With"
description="We are proud authorized dealers for the world's most prestigious sanitary and tile manufacturers."
/>
@@ -197,41 +122,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ananya Sharma",
handle: "@ananyadesigns",
testimonial: "Exceptional service and the best range of premium tiles in town. Our home looks stunning.",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg?_wi=1",
},
{
id: "2",
name: "Rahul Verma",
handle: "@rahul_architect",
testimonial: "I have been sourcing from Paradise for years. Their partnership with top brands makes the process seamless.",
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4649.jpg",
},
{
id: "3",
name: "Sonia Mehta",
handle: "@sonia_homes",
testimonial: "Expert guidance in choosing sanitary ware. Highly recommend their professional consultation.",
imageSrc: "http://img.b2bpic.net/free-photo/group-professional-engineers_23-2147704204.jpg",
},
{
id: "4",
name: "Vikram Singh",
handle: "@vikram_renovations",
testimonial: "Authentic products and amazing showroom display. My first choice for high-end fittings.",
imageSrc: "http://img.b2bpic.net/free-photo/design-our-new-house-is-perfect_637285-12324.jpg",
},
{
id: "5",
name: "Priya Kapoor",
handle: "@priya_interiors",
testimonial: "The quality of tiles at Paradise Ceramica is unmatched. Truly a premium experience.",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg?_wi=2",
},
{ id: "1", name: "Ananya Sharma", handle: "@ananyadesigns", testimonial: "Exceptional service and the best range of premium tiles in town. Our home looks stunning.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg" },
{ id: "2", name: "Rahul Verma", handle: "@rahul_architect", testimonial: "I have been sourcing from Paradise for years. Their partnership with top brands makes the process seamless.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4649.jpg" },
{ id: "3", name: "Sonia Mehta", handle: "@sonia_homes", testimonial: "Expert guidance in choosing sanitary ware. Highly recommend their professional consultation.", imageSrc: "http://img.b2bpic.net/free-photo/group-professional-engineers_23-2147704204.jpg" },
{ id: "4", name: "Vikram Singh", handle: "@vikram_renovations", testimonial: "Authentic products and amazing showroom display. My first choice for high-end fittings.", imageSrc: "http://img.b2bpic.net/free-photo/design-our-new-house-is-perfect_637285-12324.jpg" },
{ id: "5", name: "Priya Kapoor", handle: "@priya_interiors", testimonial: "The quality of tiles at Paradise Ceramica is unmatched. Truly a premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg" },
]}
title="Customer Stories"
description="What our clients have to say about their experience with Paradise Ceramica."
@@ -243,26 +138,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "Which brands do you deal with?",
content: "We are authorized dealers for top brands including Kohler, Grohe, Jaquar, Simpolo, and Nexion.",
},
{
id: "2",
title: "Do you provide installation services?",
content: "We offer expert guidance and can recommend certified contractors for all our products.",
},
{
id: "3",
title: "Can I visit your showroom?",
content: "Yes, we encourage you to visit our showroom to experience the quality of our tiles and sanitary ware firsthand.",
},
{
id: "4",
title: "Do you offer warranty on products?",
content: "All products we sell come with full manufacturer warranties as per the brand policies.",
},
{ id: "1", title: "Which brands do you deal with?", content: "We are authorized dealers for top brands including Kohler, Grohe, Jaquar, Simpolo, and Nexion." },
{ id: "2", title: "Do you provide installation services?", content: "We offer expert guidance and can recommend certified contractors for all our products." },
{ id: "3", title: "Can I visit your showroom?", content: "Yes, we encourage you to visit our showroom to experience the quality of our tiles and sanitary ware firsthand." },
{ id: "4", title: "Do you offer warranty on products?", content: "All products we sell come with full manufacturer warranties as per the brand policies." },
]}
title="Frequently Asked Questions"
description="Answers to common questions about our products, showroom, and services."
@@ -273,9 +152,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "downward-rays-static",
}}
background={{ variant: "downward-rays-static" }}
title="Start Your Home Transformation"
description="Have questions about our collection or need a consultation? Get in touch today."
imageSrc="http://img.b2bpic.net/free-photo/man-woman-working-from-home-together-desk_23-2149208569.jpg"
@@ -287,57 +164,27 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg"
columns={[
{
title: "Product Categories",
items: [
{
label: "Tiles",
href: "#",
},
{
label: "Sanitary Ware",
href: "#",
},
{
label: "Fittings",
href: "#",
},
title: "Product Categories", items: [
{ label: "Tiles", href: "#" },
{ label: "Sanitary Ware", href: "#" },
{ label: "Fittings", href: "#" },
],
},
{
title: "About Us",
items: [
{
label: "Our Story",
href: "#about",
},
{
label: "Brands",
href: "#features",
},
{
label: "Testimonials",
href: "#testimonials",
},
title: "About Us", items: [
{ label: "Our Story", href: "#about" },
{ label: "Brands", href: "#features" },
{ label: "Testimonials", href: "#testimonials" },
],
},
{
title: "Contact",
items: [
{
label: "Locate Us",
href: "#contact",
},
{
label: "Call Us",
href: "tel:+",
},
{
label: "Email",
href: "mailto:info@paradise.com",
},
title: "Contact", items: [
{ label: "Locate Us", href: "#contact" },
{ label: "Call Us", href: "tel:+1234567890" },
{ label: "Email", href: "mailto:info@paradise.com" },
],
},
]}
@@ -347,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}