Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 02:05:02 +00:00

View File

@@ -80,11 +80,11 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Our Love Story", name: "Memory One", price: "Forever", rating: 5,
reviewCount: "∞", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r4tdak", imageAlt: "Our first memory"
reviewCount: "∞", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r4tdak&_wi=1", imageAlt: "Our first memory"
},
{
id: "2", brand: "Our Love Story", name: "Memory Two", price: "Forever", rating: 5,
reviewCount: "∞", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fnb7fu", imageAlt: "Our special moment"
reviewCount: "∞", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fnb7fu&_wi=1", imageAlt: "Our special moment"
},
{
id: "3", brand: "Our Love Story", name: "Memory Three", price: "Forever", rating: 5,
@@ -108,10 +108,10 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "∞", title: "Moments Together", description: "Each one treasured forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r4tdak", imageAlt: "Our special moments"
id: "1", value: "∞", title: "Moments Together", description: "Each one treasured forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r4tdak&_wi=2", imageAlt: "Our special moments"
},
{
id: "2", value: "365", title: "Days of Love", description: "And counting with you", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fnb7fu", imageAlt: "Our love journey"
id: "2", value: "365", title: "Days of Love", description: "And counting with you", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fnb7fu&_wi=2", imageAlt: "Our love journey"
}
]}
/>