Update src/app/page.tsx
This commit is contained in:
@@ -46,10 +46,10 @@ export default function LandingPage() {
|
||||
title="Custom Work Done Right On Time"
|
||||
description="Latino-owned embroidery and custom apparel led by Carlos—trusted for quality, speed, and getting it done when others can't."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vibrant-textile-spools-showcase-rich-cultural-variation-generated-by-ai_188544-36427.jpg", imageAlt: "Embroidery process" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vibrant-textile-spools-showcase-rich-cultural-variation-generated-by-ai_188544-36427.jpg?_wi=1", imageAlt: "Embroidery process" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg", imageAlt: "Branded clothing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg?_wi=1", imageAlt: "Branded clothing" },
|
||||
]}
|
||||
buttons={[{ text: "Start Your Project", href: "#contact" }]}
|
||||
/>
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Artistic Dedication" },
|
||||
{ value: "24h", title: "Rush Turnaround" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vibrant-textile-spools-showcase-rich-cultural-variation-generated-by-ai_188544-36427.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vibrant-textile-spools-showcase-rich-cultural-variation-generated-by-ai_188544-36427.jpg?_wi=2"
|
||||
imageAlt="Textile arts and cultural patterns"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "1", title: "Cultural Craftsmanship", descriptions: ["We weave traditional motifs into modern branding."], imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg", imageAlt: "Embroidered floral texture" },
|
||||
{ id: "1", title: "Cultural Craftsmanship", descriptions: ["We weave traditional motifs into modern branding."], imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg?_wi=2", imageAlt: "Embroidered floral texture" },
|
||||
]}
|
||||
title="Our Heritage approach"
|
||||
description="We value the art of embroidery."
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
title="Artisanal Apparel Selection"
|
||||
description="Browse our collection, featuring textures and patterns influenced by global design heritages."
|
||||
products={[
|
||||
{ id: "1", brand: "Heritage", name: "Textured Cotton Tee", price: "$30", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg" },
|
||||
{ id: "1", brand: "Heritage", name: "Textured Cotton Tee", price: "$30", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/white-sleeve-with-red-flowers-close-up_23-2148237616.jpg?_wi=3" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user