Update src/app/page.tsx

This commit is contained in:
2026-03-14 07:22:05 +00:00
parent 0fe5286b33
commit ea6571afd3

View File

@@ -74,7 +74,7 @@ export default function LandingPage() {
tag="Our Story"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/christmas-baubles-stacked-small-donuts-black-platter-marble-surface_114579-75107.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/christmas-baubles-stacked-small-donuts-black-platter-marble-surface_114579-75107.jpg"
imageAlt="Prithvi showroom interior"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -113,21 +113,21 @@ export default function LandingPage() {
animationType="blur-reveal"
products={[
{
id: "1", name: "Natural Marble Slabs", price: "Premium Grade", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349205.jpg?_wi=1", imageAlt: "Natural marble"
id: "1", name: "Natural Marble Slabs", price: "Premium Grade", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349205.jpg", imageAlt: "Natural marble"
},
{
id: "2", name: "Engineered Stone", price: "Modern Finish", imageSrc: "http://img.b2bpic.net/free-photo/whole-sliced-kiwi-fruits-with-leaves-placed-white-plate_114579-46673.jpg", imageAlt: "Engineered stone"
},
{
id: "3", name: "Black Granite", price: "Polished Grade", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-chocolate-eclairs-placed-wood-piece_114579-48823.jpg?_wi=1", imageAlt: "Black granite"
id: "3", name: "Black Granite", price: "Polished Grade", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-chocolate-eclairs-placed-wood-piece_114579-48823.jpg", imageAlt: "Black granite"
}
]}
buttons={[
{ text: "Request Samples", href: "#contact" }
]}
containerClassName="max-w-6xl mx-auto"
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-gray-700 text-lg"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
textBoxDescriptionClassName="text-gray-700 text-lg"
/>
</div>
@@ -174,19 +174,19 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Quality", title: "Certified Materials", subtitle: "Every slab authenticated", description: "Direct sourcing from certified quarries with full documentation. Quality certifications for durability and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-baubles-stacked-small-donuts-black-platter-marble-surface_114579-75107.jpg?_wi=2", imageAlt: "Certified showroom"
tag: "Quality", title: "Certified Materials", subtitle: "Every slab authenticated", description: "Direct sourcing from certified quarries with full documentation. Quality certifications for durability and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-baubles-stacked-small-donuts-black-platter-marble-surface_114579-75107.jpg", imageAlt: "Certified showroom"
},
{
id: 2,
tag: "Service", title: "Bulk Pricing & Logistics", subtitle: "Developer-friendly terms", description: "Volume discounts for contractors and builders. Coordinated delivery and on-site support for large-scale projects.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349205.jpg?_wi=2", imageAlt: "Marble selection"
tag: "Service", title: "Bulk Pricing & Logistics", subtitle: "Developer-friendly terms", description: "Volume discounts for contractors and builders. Coordinated delivery and on-site support for large-scale projects.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349205.jpg", imageAlt: "Marble selection"
},
{
id: 3,
tag: "Expertise", title: "Finish Customization", subtitle: "Polish, hone, leatherette", description: "Choose your finish—polished for shine, honed for matte elegance, or leatherette for texture. Custom cuts and edge profiles available.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-chocolate-eclairs-placed-wood-piece_114579-48823.jpg?_wi=2", imageAlt: "Granite finish options"
tag: "Expertise", title: "Finish Customization", subtitle: "Polish, hone, leatherette", description: "Choose your finish—polished for shine, honed for matte elegance, or leatherette for texture. Custom cuts and edge profiles available.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sweet-chocolate-eclairs-placed-wood-piece_114579-48823.jpg", imageAlt: "Granite finish options"
}
]}
containerClassName="max-w-6xl mx-auto"
titleClassName="text-4xl md:text-5xl font-extrabold"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
/>
</div>
@@ -220,7 +220,7 @@ export default function LandingPage() {
}
]}
containerClassName="max-w-6xl mx-auto"
titleClassName="text-4xl md:text-5xl font-extrabold"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
/>
</div>