Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 15:29:09 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-holding-vibrator_23-2150232142.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-holding-vibrator_23-2150232142.jpg"
imageAlt="DimaGay Premium Product Showcase"
showDimOverlay={false}
ariaLabel="DimaGay Hero Section"
@@ -75,7 +75,7 @@ export default function LandingPage() {
{ value: "100%", title: "Premium Quality" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-holding-vibrator_23-2150232142.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-holding-vibrator_23-2150232142.jpg"
imageAlt="DimaGay Brand Philosophy"
mediaAnimation="slide-up"
metricsAnimation="opacity"
@@ -105,15 +105,15 @@ export default function LandingPage() {
products={[
{
id: "prod-1", brand: "DimaGay Premium", name: "Luxe Silicone Collection", price: "$89.99", rating: 5,
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-keeping-flowers-near-chest_23-2147781261.jpg?_wi=1", imageAlt: "Luxe Silicone Collection Premium Product", isFavorited: false
reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-keeping-flowers-near-chest_23-2147781261.jpg", imageAlt: "Luxe Silicone Collection Premium Product", isFavorited: false
},
{
id: "prod-2", brand: "DimaGay Elite", name: "Midnight Elegance Series", price: "$129.99", rating: 5,
reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-blue-cylindrical-podium-with-golden-rim-dramatic-lighting_84443-73637.jpg?_wi=1", imageAlt: "Midnight Elegance Series Luxury Product", isFavorited: false
reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-blue-cylindrical-podium-with-golden-rim-dramatic-lighting_84443-73637.jpg", imageAlt: "Midnight Elegance Series Luxury Product", isFavorited: false
},
{
id: "prod-3", brand: "DimaGay Signature", name: "Platinum Dreams Line", price: "$149.99", rating: 5,
reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-boat-tropical-river_181624-32436.jpg?_wi=1", imageAlt: "Platinum Dreams Line Premium Offering", isFavorited: false
reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-boat-tropical-river_181624-32436.jpg", imageAlt: "Platinum Dreams Line Premium Offering", isFavorited: false
}
]}
buttons={[
@@ -139,13 +139,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Medical-Grade Materials", description: "All products use premium silicone and stainless steel certified for safety and comfort. Non-toxic and hypoallergenic for peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-keeping-flowers-near-chest_23-2147781261.jpg?_wi=2", imageAlt: "Medical Grade Material Quality"
title: "Medical-Grade Materials", description: "All products use premium silicone and stainless steel certified for safety and comfort. Non-toxic and hypoallergenic for peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-keeping-flowers-near-chest_23-2147781261.jpg", imageAlt: "Medical Grade Material Quality"
},
{
title: "Discreet Packaging", description: "Privacy is paramount. Every order arrives in elegant, unmarked packaging with secure, confidential delivery options.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-blue-cylindrical-podium-with-golden-rim-dramatic-lighting_84443-73637.jpg?_wi=2", imageAlt: "Discreet Premium Packaging"
title: "Discreet Packaging", description: "Privacy is paramount. Every order arrives in elegant, unmarked packaging with secure, confidential delivery options.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-blue-cylindrical-podium-with-golden-rim-dramatic-lighting_84443-73637.jpg", imageAlt: "Discreet Premium Packaging"
},
{
title: "Lifetime Warranty", description: "We stand behind our craftsmanship. Every DimaGay product includes lifetime support and replacement guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-boat-tropical-river_181624-32436.jpg?_wi=2", imageAlt: "Lifetime Quality Guarantee"
title: "Lifetime Warranty", description: "We stand behind our craftsmanship. Every DimaGay product includes lifetime support and replacement guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-boat-tropical-river_181624-32436.jpg", imageAlt: "Lifetime Quality Guarantee"
}
]}
buttons={[
@@ -155,8 +155,8 @@ export default function LandingPage() {
containerClassName="max-w-7xl mx-auto"
cardClassName="h-full rounded-lg p-8"
gridClassName="grid gap-8"
titleClassName="text-4xl font-bold mb-4"
descriptionClassName="text-lg mb-8"
cardTitleClassName="text-4xl font-bold mb-4"
cardDescriptionClassName="text-lg mb-8"
/>
</div>
@@ -201,8 +201,8 @@ export default function LandingPage() {
containerClassName="max-w-7xl mx-auto"
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"
cardClassName="p-8 rounded-lg h-full"
titleClassName="text-4xl font-bold mb-4"
descriptionClassName="text-lg mb-12"
textBoxTitleClassName="text-4xl font-bold mb-4"
textBoxDescriptionClassName="text-lg mb-12"
/>
</div>
@@ -215,6 +215,7 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
mediaAnimation="none"
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="By subscribing, you agree to our Privacy Policy. We respect your confidentiality."