Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-13 20:29:10 +00:00

View File

@@ -70,14 +70,14 @@ export default function LandingPage() {
description="Handpicked items across all categories to match your lifestyle and budget"
tag="Shop Now"
tagIcon={ShoppingBag}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{
id: "prod-1", name: "Wireless Noise-Cancelling Headphones", price: "$89.99", variant: "Premium Sound Experience", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-earth-display-design_1017-30930.jpg?_wi=1", imageAlt: "modern smartphone latest technology"
id: "prod-1", name: "Wireless Noise-Cancelling Headphones", price: "$89.99", variant: "Premium Sound Experience", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-earth-display-design_1017-30930.jpg", imageAlt: "modern smartphone latest technology"
},
{
id: "prod-2", name: "Ultra-Thin Portable Laptop Stand", price: "$34.99", variant: "Aluminum Construction", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912818.jpg", imageAlt: "portable laptop computer device"
@@ -110,7 +110,7 @@ export default function LandingPage() {
id: "prod-11", name: "Business Strategy Masterclass Book", price: "$24.99", variant: "Hardcover Edition", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-pile-books_1098-2958.jpg", imageAlt: "hardcover book novel fiction"
},
{
id: "prod-12", name: "Premium Smartphone Case", price: "$19.99", variant: "Military-Grade Protection", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-earth-display-design_1017-30930.jpg?_wi=2", imageAlt: "modern smartphone latest technology"
id: "prod-12", name: "Premium Smartphone Case", price: "$19.99", variant: "Military-Grade Protection", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-with-earth-display-design_1017-30930.jpg", imageAlt: "modern smartphone latest technology"
}
]}
ariaLabel="Featured products grid section"
@@ -127,13 +127,13 @@ export default function LandingPage() {
description="Experience curated shopping with verified reviews, competitive prices, and seamless Amazon integration"
tag="Premium Benefits"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
features={[
{
id: "feature-1", title: "Expert Curation", description: "Handpicked products verified for quality and value", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg?_wi=1", imageAlt: "modern e-commerce shopping online store" },
id: "feature-1", title: "Expert Curation", description: "Handpicked products verified for quality and value", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg", imageAlt: "modern e-commerce shopping online store" },
items: [
{ icon: CheckCircle, text: "Verified sellers only" },
{ icon: Award, text: "Top-rated products" },
@@ -142,7 +142,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "feature-2", title: "Secure Shopping", description: "Your purchases are protected with Amazon's buyer guarantee", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg?_wi=2", imageAlt: "modern e-commerce shopping online store" },
id: "feature-2", title: "Secure Shopping", description: "Your purchases are protected with Amazon's buyer guarantee", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg", imageAlt: "modern e-commerce shopping online store" },
items: [
{ icon: Shield, text: "A-to-Z Guarantee" },
{ icon: CheckCircle, text: "Secure payment methods" },
@@ -151,7 +151,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "feature-3", title: "Fast & Easy", description: "Direct links to Amazon with quick checkout and fast shipping", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg?_wi=3", imageAlt: "modern e-commerce shopping online store" },
id: "feature-3", title: "Fast & Easy", description: "Direct links to Amazon with quick checkout and fast shipping", media: { imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-shopaholic-with-online-shopping_329181-852.jpg", imageAlt: "modern e-commerce shopping online store" },
items: [
{ icon: Zap, text: "One-click purchasing" },
{ icon: CheckCircle, text: "Prime eligible items" },
@@ -171,7 +171,7 @@ export default function LandingPage() {
description="Real reviews from shoppers who trust Amazon Suggestions for their purchases"
tag="Customer Reviews"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
@@ -208,7 +208,7 @@ export default function LandingPage() {
description="Everything you need to know about shopping with Amazon Suggestions"
tag="Support"
tagIcon={HelpCircle}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
faqsAnimation="slide-up"
useInvertedBackground={true}
@@ -245,7 +245,7 @@ export default function LandingPage() {
title="Stay Updated"
description="Subscribe to get the latest product recommendations, exclusive deals, and shopping tips delivered to your inbox."
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
mediaPosition="right"