Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 15:10:41 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -49,13 +49,13 @@ export default function LandingPage() {
tag="New Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "animated-grid" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg?_wi=1", imageAlt: "Premium leather belt showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg", imageAlt: "Premium leather belt showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-felt-jewelry-display_23-2150329659.jpg", imageAlt: "Black leather belt with metallic buckle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/color-zippers-arrangement-high-angle_23-2149345119.jpg", imageAlt: "Colorful belt collection display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg?_wi=1", imageAlt: "Braided premium leather belt" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg?_wi=2", imageAlt: "Classic belt design detail" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg", imageAlt: "Braided premium leather belt" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg", imageAlt: "Classic belt design detail" }
]}
mediaAnimation="slide-up"
buttons={[
@@ -94,13 +94,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "classic-black", name: "Classic Black Leather Belt", price: "$89.00", variant: "Black 5 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-practicing-tai-chi_23-2149960107.jpg?_wi=1", imageAlt: "Classic black leather belt", isFavorited: false
id: "classic-black", name: "Classic Black Leather Belt", price: "$89.00", variant: "Black 5 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-practicing-tai-chi_23-2149960107.jpg", imageAlt: "Classic black leather belt", isFavorited: false
},
{
id: "brown-heritage", name: "Heritage Brown Leather Belt", price: "$99.00", variant: "Brown 5 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg?_wi=1", imageAlt: "Heritage brown leather belt", isFavorited: false
id: "brown-heritage", name: "Heritage Brown Leather Belt", price: "$99.00", variant: "Brown 5 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg", imageAlt: "Heritage brown leather belt", isFavorited: false
},
{
id: "cognac-premium", name: "Premium Cognac Leather Belt", price: "$109.00", variant: "Cognac 5 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-leg-shoe-near-disco-ball-boots_23-2147972055.jpg?_wi=1", imageAlt: "Premium cognac leather belt", isFavorited: false
id: "cognac-premium", name: "Premium Cognac Leather Belt", price: "$109.00", variant: "Cognac 5 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-leg-shoe-near-disco-ball-boots_23-2147972055.jpg", imageAlt: "Premium cognac leather belt", isFavorited: false
}
]}
title="Featured Belt Collection"
@@ -125,13 +125,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "100% Genuine Leather", description: "Each belt is crafted from premium, full-grain leather sourced from the finest tanneries worldwide.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-practicing-tai-chi_23-2149960107.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg?_wi=2" }
title: "100% Genuine Leather", description: "Each belt is crafted from premium, full-grain leather sourced from the finest tanneries worldwide.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-practicing-tai-chi_23-2149960107.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg" }
},
{
id: 2,
title: "Lifetime Warranty", description: "We stand behind our craftsmanship with a comprehensive lifetime warranty on all our belts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-s-leg-shoe-near-disco-ball-boots_23-2147972055.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg?_wi=2" }
title: "Lifetime Warranty", description: "We stand behind our craftsmanship with a comprehensive lifetime warranty on all our belts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-s-leg-shoe-near-disco-ball-boots_23-2147972055.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33205.jpg" }
}
]}
showStepNumbers={true}
@@ -155,22 +155,22 @@ export default function LandingPage() {
<TestimonialCardFive
testimonials={[
{
id: "1", name: "Michael Johnson, CEO", date: "Date: 15 January 2025", title: "Exceptional Quality and Style", quote: "These belts are absolutely fantastic. I've been wearing my black belt for over two years and it still looks brand new. The craftsmanship is outstanding and I've received countless compliments.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-pockets-white-shirt-jacket-looking-elegant-front-view_176474-99655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-practicing-tai-chi_23-2149960107.jpg?_wi=3"
id: "1", name: "Michael Johnson, CEO", date: "Date: 15 January 2025", title: "Exceptional Quality and Style", quote: "These belts are absolutely fantastic. I've been wearing my black belt for over two years and it still looks brand new. The craftsmanship is outstanding and I've received countless compliments.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-male-holding-hands-pockets-white-shirt-jacket-looking-elegant-front-view_176474-99655.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-practicing-tai-chi_23-2149960107.jpg"
},
{
id: "2", name: "Sarah Mitchell, Designer", date: "Date: 12 January 2025", title: "Timeless Investment", quote: "I purchased three belts as gifts for colleagues. They were all thrilled with the quality. These are the kind of belts that only get better with age. Worth every penny!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg?_wi=3"
id: "2", name: "Sarah Mitchell, Designer", date: "Date: 12 January 2025", title: "Timeless Investment", quote: "I purchased three belts as gifts for colleagues. They were all thrilled with the quality. These are the kind of belts that only get better with age. Worth every penny!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg"
},
{
id: "3", name: "David Chen, Entrepreneur", date: "Date: 10 January 2025", title: "Perfect for Business and Casual", quote: "The versatility of these belts is amazing. I wear my cognac belt with everything from jeans to suits. The patina is developing beautifully and adds character.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3830.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-leg-shoe-near-disco-ball-boots_23-2147972055.jpg?_wi=3"
id: "3", name: "David Chen, Entrepreneur", date: "Date: 10 January 2025", title: "Perfect for Business and Casual", quote: "The versatility of these belts is amazing. I wear my cognac belt with everything from jeans to suits. The patina is developing beautifully and adds character.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3830.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-leg-shoe-near-disco-ball-boots_23-2147972055.jpg"
},
{
id: "4", name: "Emma Rodriguez, Fashion Editor", date: "Date: 8 January 2025", title: "A Must-Have Accessory", quote: "I feature these belts in my blog regularly. My readers love the minimalist design combined with premium materials. This brand truly understands quality.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-lilac-shirt-white-background-glasses-vision-cheerful-positive-good-mood_343596-8162.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg?_wi=3"
id: "4", name: "Emma Rodriguez, Fashion Editor", date: "Date: 8 January 2025", title: "A Must-Have Accessory", quote: "I feature these belts in my blog regularly. My readers love the minimalist design combined with premium materials. This brand truly understands quality.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-lilac-shirt-white-background-glasses-vision-cheerful-positive-good-mood_343596-8162.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man_158595-708.jpg"
},
{
id: "5", name: "James Wilson, Executive", date: "Date: 5 January 2025", title: "Premium at Reasonable Prices", quote: "Compared to other luxury belt brands, these offer incredible value. I've recommended them to all my friends in the corporate world. Everyone is impressed.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-practicing-tai-chi_23-2149960107.jpg?_wi=4"
id: "5", name: "James Wilson, Executive", date: "Date: 5 January 2025", title: "Premium at Reasonable Prices", quote: "Compared to other luxury belt brands, these offer incredible value. I've recommended them to all my friends in the corporate world. Everyone is impressed.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-practicing-tai-chi_23-2149960107.jpg"
},
{
id: "6", name: "Laura Thompson, Marketing Director", date: "Date: 2 January 2025", title: "Exceptional Customer Service", quote: "Not only is the product amazing, but the customer service is top-notch. They helped me find the perfect size and the entire experience was seamless.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg?_wi=4"
id: "6", name: "Laura Thompson, Marketing Director", date: "Date: 2 January 2025", title: "Exceptional Customer Service", quote: "Not only is the product amazing, but the customer service is top-notch. They helped me find the perfect size and the entire experience was seamless.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt-jean-mobile-phone-wooden-background-watch-sunglasses-shoes-wood-table_1921-82.jpg"
}
]}
title="What Our Customers Say"