Update src/app/page.tsx
This commit is contained in:
@@ -114,13 +114,13 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "Uncompromising Quality", description: "Each piece undergoes rigorous quality control to ensure durability and excellence", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-fashion-designer-adjusting-fabric-weighing-scale-machine-workshop_23-2148180384.jpg?_wi=1", imageAlt: "premium cotton fabric macro texture"
|
||||
title: "Uncompromising Quality", description: "Each piece undergoes rigorous quality control to ensure durability and excellence", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-fashion-designer-adjusting-fabric-weighing-scale-machine-workshop_23-2148180384.jpg", imageAlt: "premium cotton fabric macro texture"
|
||||
},
|
||||
{
|
||||
title: "Sustainable Practices", description: "Environmentally conscious production methods and ethically sourced materials", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-fashion-designer-adjusting-fabric-weighing-scale-machine-workshop_23-2148180384.jpg?_wi=2", imageAlt: "sustainable material sourcing"
|
||||
title: "Sustainable Practices", description: "Environmentally conscious production methods and ethically sourced materials", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-fashion-designer-adjusting-fabric-weighing-scale-machine-workshop_23-2148180384.jpg", imageAlt: "sustainable material sourcing"
|
||||
},
|
||||
{
|
||||
title: "Artisan Craftsmanship", description: "Skilled artisans bring decades of expertise to every stitch and seam", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-fashion-designer-adjusting-fabric-weighing-scale-machine-workshop_23-2148180384.jpg?_wi=3", imageAlt: "master craftsmanship detail"
|
||||
title: "Artisan Craftsmanship", description: "Skilled artisans bring decades of expertise to every stitch and seam", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-fashion-designer-adjusting-fabric-weighing-scale-machine-workshop_23-2148180384.jpg", imageAlt: "master craftsmanship detail"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -129,8 +129,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4 md:px-8"
|
||||
titleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4"
|
||||
descriptionClassName="text-lg text-gray-700 mb-12"
|
||||
cardTitleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,8 +161,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4 md:px-8"
|
||||
titleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4"
|
||||
descriptionClassName="text-lg text-gray-700 mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
|
||||
cardNameClassName="font-semibold text-gray-900 mt-4"
|
||||
cardPriceClassName="text-lg font-semibold text-red-600"
|
||||
/>
|
||||
@@ -195,14 +195,13 @@ export default function LandingPage() {
|
||||
id: "testimonial-6", name: "Michael Park", role: "Entrepreneur", testimonial: "I value conscious consumption, and Essentials delivers on every promise. Their pieces have become non-negotiable in my wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Park", icon: Heart
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4 md:px-8"
|
||||
titleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4"
|
||||
descriptionClassName="text-lg text-gray-700 mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
|
||||
testimonialClassName="text-gray-700 italic mb-4"
|
||||
nameClassName="font-semibold text-gray-900"
|
||||
roleClassName="text-sm text-gray-600"
|
||||
@@ -227,8 +226,8 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
className="py-16 md:py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-4 md:px-8"
|
||||
titleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4"
|
||||
descriptionClassName="text-lg text-gray-700 mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
|
||||
logoCardClassName="bg-white px-6 py-4 rounded-lg border border-gray-200"
|
||||
logoTextClassName="text-sm font-medium text-gray-700"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user