diff --git a/src/app/page.tsx b/src/app/page.tsx
index ffea101..8551e76 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,8 +45,8 @@ export default function LandingPage() {
@@ -80,8 +80,8 @@ export default function LandingPage() {
@@ -151,11 +151,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Project Packages"
- description="Custom curated packages for residential and commercial construction projects."
+ description="Full-scale solutions for sanitary, flooring, and external tiling projects."
plans={[
- { id: "basic", badge: "Entry", price: "Custom", subtitle: "For compact home renovations", buttons: [{ text: "Consult", href: "#contact" }], features: ["Essentials included", "2-year warranty"] },
- { id: "pro", badge: "Recommended", price: "Custom", subtitle: "For villas and large homes", buttons: [{ text: "Consult", href: "#contact" }], features: ["Full suite included", "5-year warranty", "Priority installation"] },
- { id: "enterprise", badge: "Commercial", price: "Custom", subtitle: "For commercial buildings", buttons: [{ text: "Consult", href: "#contact" }], features: ["Bulk pricing", "Lifetime support", "Design consultation"] }
+ { id: "basic", badge: "Entry", price: "Custom", subtitle: "For individual room upgrades", buttons: [{ text: "Consult", href: "#contact" }], features: ["Essentials included", "Basic installation support"] },
+ { id: "pro", badge: "Recommended", price: "Custom", subtitle: "For residential renovations", buttons: [{ text: "Consult", href: "#contact" }], features: ["Sanitary + Flooring suite", "Elevation tile options", "Extended warranty"] },
+ { id: "enterprise", badge: "Commercial", price: "Custom", subtitle: "For complex build sites", buttons: [{ text: "Consult", href: "#contact" }], features: ["Total building supply", "Bulk pricing", "Architectural support"] }
]}
/>
@@ -167,13 +167,13 @@ export default function LandingPage() {
useInvertedBackground={false}
showRating={true}
title="Client Success Stories"
- description="See why builders and homeowners trust Rohit Sanitary for their essential projects."
+ description="Hear how our combined sanitary, flooring, and elevation solutions have transformed homes and commercial spaces."
testimonials={[
- { id: "1", name: "Alex Peterson", handle: "@alex_b", testimonial: "The quality is simply unmatched. Delivered everything on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg" },
- { id: "2", name: "Sarah Chen", handle: "@schen_arch", testimonial: "Fantastic range and very knowledgeable support team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-selecting-surfboard_107420-94954.jpg" },
- { id: "3", name: "Michael Ross", handle: "@mross_dev", testimonial: "Perfect fit for our residential project. Very satisfied.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg" },
- { id: "4", name: "Julia Khan", handle: "@julia_k", testimonial: "The aesthetic design options really upgraded my bathroom look.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-boy_23-2148436118.jpg" },
- { id: "5", name: "David Miller", handle: "@dmiller_build", testimonial: "Excellent bulk pricing and reliable delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/architect-putting-safety-helmet-desk_23-2148242987.jpg" }
+ { id: "1", name: "Alex Peterson", handle: "@alex_b", testimonial: "The flooring selection is incredible. Everything arrived on schedule.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg" },
+ { id: "2", name: "Sarah Chen", handle: "@schen_arch", testimonial: "A one-stop shop for our bathroom, tile, and elevation needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-selecting-surfboard_107420-94954.jpg" },
+ { id: "3", name: "Michael Ross", handle: "@mross_dev", testimonial: "Quality product matched by top-tier service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg" },
+ { id: "4", name: "Julia Khan", handle: "@julia_k", testimonial: "The elevation tiles gave our front facade a premium new look.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-boy_23-2148436118.jpg" },
+ { id: "5", name: "David Miller", handle: "@dmiller_build", testimonial: "Reliable pricing for our commercial flooring requirements.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/architect-putting-safety-helmet-desk_23-2148242987.jpg" }
]}
/>
@@ -183,12 +183,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Common Questions"
- description="Get answers to everything you need to know about our products and installation support."
+ description="Get answers to everything you need to know about our sanitary and tile collections."
faqsAnimation="slide-up"
faqs={[
- { id: "q1", title: "Do you offer installation services?", content: "We provide expert guidance and recommendations, though direct installation is usually coordinated with your contractor." },
- { id: "q2", title: "What is the warranty period?", content: "We offer industry-leading warranties ranging from 2 to 5 years depending on the specific product category." },
- { id: "q3", title: "Can I see products in person?", content: "Yes, visit our main showroom for an interactive experience with our collection." }
+ { id: "q1", title: "Do you provide tile samples?", content: "Yes, we can provide samples for flooring and elevation tiles to ensure the perfect fit for your space." },
+ { id: "q2", title: "Is there a warranty on flooring tiles?", content: "Yes, we offer industry-standard warranties on our premium flooring tile selections." },
+ { id: "q3", title: "Can I visit your showroom?", content: "Absolutely, our showroom features full displays of all our sanitary ware, flooring, and tiling solutions." }
]}
/>
@@ -198,8 +198,8 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
tag="Ready to Start?"
- title="Let's Build Your Perfect Bathroom"
- description="Send us your project inquiry today, and our team will get back to you with competitive quotes and design advice."
+ title="Build Your Dream Space"
+ description="Send us your inquiry today for sanitary fittings, flooring, or elevation tiles. We look forward to assisting your project!"
/>
@@ -207,7 +207,7 @@ export default function LandingPage() {