Update src/app/page.tsx

This commit is contained in:
2026-02-12 12:05:47 +00:00
parent db0a2320d3
commit a59f9b7dd4

View File

@@ -84,30 +84,15 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Quality",
title: "Premium Materials",
subtitle: "Handpicked excellence in every detail",
description: "We source only the finest materials from trusted suppliers around the world, ensuring every product meets our rigorous standards for durability and beauty.",
imageSrc: "https://img.b2bpic.net/free-vector/luxury-with-golden-elements-background_1115-36.jpg",
imageAlt: "Premium Materials Selection"
tag: "Quality", title: "Premium Materials", subtitle: "Handpicked excellence in every detail", description: "We source only the finest materials from trusted suppliers around the world, ensuring every product meets our rigorous standards for durability and beauty.", imageSrc: "https://img.b2bpic.net/free-vector/luxury-with-golden-elements-background_1115-36.jpg", imageAlt: "Premium Materials Selection"
},
{
id: 2,
tag: "Craft",
title: "Artisan Craftsmanship",
subtitle: "Skilled hands, timeless techniques",
description: "Our master craftspeople blend traditional techniques with modern innovation, creating pieces that are both functional and beautifully designed.",
imageSrc: "https://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-flower_23-2149872261.jpg",
imageAlt: "Artisan Craftsmanship"
tag: "Craft", title: "Artisan Craftsmanship", subtitle: "Skilled hands, timeless techniques", description: "Our master craftspeople blend traditional techniques with modern innovation, creating pieces that are both functional and beautifully designed.", imageSrc: "https://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-flower_23-2149872261.jpg", imageAlt: "Artisan Craftsmanship"
},
{
id: 3,
tag: "Design",
title: "Timeless Design",
subtitle: "Beauty that lasts beyond trends",
description: "Each product is thoughtfully designed to transcend fleeting fashions, offering enduring elegance that complements any lifestyle.",
imageSrc: "https://img.b2bpic.net/free-vector/three-parts-golden-pattern-background_1040-1161.jpg",
imageAlt: "Timeless Design"
tag: "Design", title: "Timeless Design", subtitle: "Beauty that lasts beyond trends", description: "Each product is thoughtfully designed to transcend fleeting fashions, offering enduring elegance that complements any lifestyle.", imageSrc: "https://img.b2bpic.net/free-vector/three-parts-golden-pattern-background_1040-1161.jpg", imageAlt: "Timeless Design"
}
]}
textboxLayout="default"
@@ -127,34 +112,16 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Labuba",
name: "Signature Collection Item",
price: "$249.00",
rating: 5,
reviewCount: "842",
imageSrc: "https://img.b2bpic.net/free-vector/luxury-with-golden-elements-background_1115-36.jpg",
imageAlt: "Labuba Signature Collection"
id: "1", brand: "Labuba", name: "Signature Collection Item", price: "$249.00", rating: 5,
reviewCount: "842", imageSrc: "https://img.b2bpic.net/free-vector/luxury-with-golden-elements-background_1115-36.jpg", imageAlt: "Labuba Signature Collection"
},
{
id: "2",
brand: "Labuba",
name: "Artisan Premium Selection",
price: "$189.00",
rating: 5,
reviewCount: "623",
imageSrc: "https://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-flower_23-2149872261.jpg",
imageAlt: "Labuba Artisan Premium"
id: "2", brand: "Labuba", name: "Artisan Premium Selection", price: "$189.00", rating: 5,
reviewCount: "623", imageSrc: "https://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-flower_23-2149872261.jpg", imageAlt: "Labuba Artisan Premium"
},
{
id: "3",
brand: "Labuba",
name: "Luxury Crafted Piece",
price: "$329.00",
rating: 5,
reviewCount: "451",
imageSrc: "https://img.b2bpic.net/free-vector/three-parts-golden-pattern-background_1040-1161.jpg",
imageAlt: "Labuba Luxury Crafted"
id: "3", brand: "Labuba", name: "Luxury Crafted Piece", price: "$329.00", rating: 5,
reviewCount: "451", imageSrc: "https://img.b2bpic.net/free-vector/three-parts-golden-pattern-background_1040-1161.jpg", imageAlt: "Labuba Luxury Crafted"
}
]}
/>
@@ -165,31 +132,20 @@ export default function HomePage() {
cardTitle="Join thousands of satisfied customers who have experienced the Labuba difference"
cardTag="Trusted by our community"
cardTagIcon={Users}
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Mitchell",
imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", imageSrc: "https://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2",
name: "James Richardson",
imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageAlt: "James Richardson"
id: "2", name: "James Richardson", imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "James Richardson"
},
{
id: "3",
name: "Emma Davis",
imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg",
imageAlt: "Emma Davis"
id: "3", name: "Emma Davis", imageSrc: "https://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Emma Davis"
},
{
id: "4",
name: "Jessica Chen",
imageSrc: "https://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageAlt: "Jessica Chen"
id: "4", name: "Jessica Chen", imageSrc: "https://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Jessica Chen"
}
]}
/>