From 7891278b6903dc1ec342925e048a3b7bc4e74d92 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 12:56:58 +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 89b1be5..4c96171 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,12 +92,12 @@ export default function LandingPage() { id: "formal-unstitch-1", name: "Formal Unstitch Wear", price: "$149.99", variant: "Premium Tailored", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg", imageAlt: "Formal men's unstitch wear premium tailored fit" }, { - id: "premium-collection-1", name: "Premium Collection", price: "$199.99", variant: "Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-businessman-using-smartphone-office_329181-19631.jpg?_wi=1", imageAlt: "Luxury men's clothing unstitch premium collection" + id: "premium-collection-1", name: "Premium Collection", price: "$199.99", variant: "Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-businessman-using-smartphone-office_329181-19631.jpg", imageAlt: "Luxury men's clothing unstitch premium collection" } ]} containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-semibold" - descriptionClassName="text-lg text-gray-600 max-w-2xl mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mt-4" gridClassName="grid gap-6 mt-12" cardClassName="bg-white rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow" imageClassName="w-full h-64 object-cover" @@ -121,7 +121,7 @@ export default function LandingPage() { features={[ { id: "free-shipping", title: "Free Shipping Always", description: "Complimentary shipping on all orders, no minimum purchase required. Your perfect unstitch wear arrives quickly and safely.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-male-tailor-taking-measurement-senior-man-s-sleeves-shop_23-2148180362.jpg?_wi=1", imageAlt: "Premium fabric color swatch palette" + imageSrc: "http://img.b2bpic.net/free-photo/young-male-tailor-taking-measurement-senior-man-s-sleeves-shop_23-2148180362.jpg", imageAlt: "Premium fabric color swatch palette" }, items: [ { icon: Truck, text: "Fast & Reliable Delivery" }, @@ -132,7 +132,7 @@ export default function LandingPage() { }, { id: "customization", title: "Unlimited Color Combinations", description: "Our advanced color picker lets you choose from thousands of color combinations. Preview your custom unstitch wear in real-time before ordering.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-male-tailor-taking-measurement-senior-man-s-sleeves-shop_23-2148180362.jpg?_wi=2", imageAlt: "Textile color selection premium menswear customization" + imageSrc: "http://img.b2bpic.net/free-photo/young-male-tailor-taking-measurement-senior-man-s-sleeves-shop_23-2148180362.jpg", imageAlt: "Textile color selection premium menswear customization" }, items: [ { icon: Palette, text: "Real-Time Preview" }, @@ -143,7 +143,7 @@ export default function LandingPage() { }, { id: "quality", title: "Premium Craftsmanship", description: "Each piece is meticulously crafted with attention to detail. We use only the finest materials and traditional techniques to ensure superior quality.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-businessman-using-smartphone-office_329181-19631.jpg?_wi=2", imageAlt: "Artisan men's tailored unstitch premium craftsmanship" + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-businessman-using-smartphone-office_329181-19631.jpg", imageAlt: "Artisan men's tailored unstitch premium craftsmanship" }, items: [ { icon: Award, text: "Master Craftsmen" }, @@ -154,8 +154,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-semibold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl" /> @@ -195,8 +195,8 @@ export default function LandingPage() { showCard={true} speed={40} containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-semibold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl" />