Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-13 12:57:02 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>