Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:28:24 +00:00

View File

@@ -61,11 +61,11 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Snickers", name: "Original Bar", price: "$1.49", rating: 5,
reviewCount: "128.5k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-almonds-arrangement_23-2149637358.jpg", imageAlt: "Snickers Original Bar"
reviewCount: "128.5k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-almonds-arrangement_23-2149637358.jpg?_wi=1", imageAlt: "Snickers Original Bar"
},
{
id: "2", brand: "Snickers", name: "Multi-Pack Box", price: "$8.99", rating: 5,
reviewCount: "95.2k", imageSrc: "http://img.b2bpic.net/free-psd/new-shoes-collection-social-media-post-template-design_505751-4333.jpg", imageAlt: "Snickers Multi-Pack"
reviewCount: "95.2k", imageSrc: "http://img.b2bpic.net/free-psd/new-shoes-collection-social-media-post-template-design_505751-4333.jpg?_wi=1", imageAlt: "Snickers Multi-Pack"
},
{
id: "3", brand: "Snickers", name: "Classic Favorite", price: "$0.99", rating: 5,
@@ -86,11 +86,11 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Superior Quality", author: "Since 1974", description: "Every Snickers bar is made with carefully selected ingredients: roasted peanuts, smooth caramel, milk chocolate, and fluffy nougat.", tags: ["Quality", "Ingredients"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-almonds-arrangement_23-2149637358.jpg", imageAlt: "Snickers quality ingredients"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-almonds-arrangement_23-2149637358.jpg?_wi=2", imageAlt: "Snickers quality ingredients"
},
{
id: "2", title: "Satisfying Taste", author: "Trusted Brand", description: "The perfect balance of flavors and textures creates an unforgettable chocolate experience that keeps customers coming back.", tags: ["Taste", "Experience"],
imageSrc: "http://img.b2bpic.net/free-psd/new-shoes-collection-social-media-post-template-design_505751-4333.jpg", imageAlt: "Snickers taste experience"
imageSrc: "http://img.b2bpic.net/free-psd/new-shoes-collection-social-media-post-template-design_505751-4333.jpg?_wi=2", imageAlt: "Snickers taste experience"
}
]}
animationType="slide-up"