From ea6571afd3d2a2f7ca3abcba93cb36de3b8a85a3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:22:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 395b26a..2ac472f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" />