From 7df965e2a7d8f7444c845130aca5ad48caa8343d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:13:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 054e54b..807c081 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Explore Collection", href: "#features" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg" + imageSrc="http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg?_wi=1" imageAlt="luxury product showcase display elegant" mediaAnimation="slide-up" imagePosition="right" @@ -114,19 +114,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Free Premium Shipping", description: "Complimentary express delivery on all orders. Your luxury items arrive in perfect condition, carefully packaged.", imageSrc: "http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg", imageAlt: "Shipping icon" + title: "Free Premium Shipping", description: "Complimentary express delivery on all orders. Your luxury items arrive in perfect condition, carefully packaged.", imageSrc: "http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg?_wi=2", imageAlt: "Shipping icon" }, { id: 2, - title: "Lifetime Guarantee", description: "Every purchase backed by our lifetime quality guarantee. We stand behind our products with unwavering confidence.", imageSrc: "http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg", imageAlt: "Guarantee icon" + title: "Lifetime Guarantee", description: "Every purchase backed by our lifetime quality guarantee. We stand behind our products with unwavering confidence.", imageSrc: "http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg?_wi=3", imageAlt: "Guarantee icon" }, { id: 3, - title: "24/7 Premium Support", description: "Dedicated concierge service available round-the-clock. Expert assistance for all your luxury shopping needs.", imageSrc: "http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg", imageAlt: "Support icon" + title: "24/7 Premium Support", description: "Dedicated concierge service available round-the-clock. Expert assistance for all your luxury shopping needs.", imageSrc: "http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg?_wi=4", imageAlt: "Support icon" }, { id: 4, - title: "Secure Transactions", description: "Bank-level encryption protects every transaction. Your privacy and security are our highest priorities.", imageSrc: "http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg", imageAlt: "Secure icon" + title: "Secure Transactions", description: "Bank-level encryption protects every transaction. Your privacy and security are our highest priorities.", imageSrc: "http://img.b2bpic.net/free-photo/orange-slice-cocktail-drink-glass-white-table-near-brown-curtain_23-2148283676.jpg?_wi=5", imageAlt: "Secure icon" } ]} containerClassName="mx-auto px-4" -- 2.49.1