Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:16:58 +00:00

View File

@@ -53,17 +53,17 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 1"},
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=1", imageAlt: "Premium Product 1"},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 2"},
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=2", imageAlt: "Premium Product 2"},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 3"},
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=3", imageAlt: "Premium Product 3"},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 4"},
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=4", imageAlt: "Premium Product 4"},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 5"},
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=5", imageAlt: "Premium Product 5"},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 6"},
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=6", imageAlt: "Premium Product 6"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -111,11 +111,11 @@ export default function LandingPage() {
tag="Exclusively Available"
products={[
{
id: "product-1", name: "The Iconic Elegance", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Iconic Elegance Premium Item"},
id: "product-1", name: "The Iconic Elegance", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=1", imageAlt: "Iconic Elegance Premium Item"},
{
id: "product-2", name: "Timeless Sophistication", price: "$1,750", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Timeless Sophistication Premium Item"},
id: "product-2", name: "Timeless Sophistication", price: "$1,750", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=2", imageAlt: "Timeless Sophistication Premium Item"},
{
id: "product-3", name: "Modern Luxury", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Modern Luxury Premium Item"},
id: "product-3", name: "Modern Luxury", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=3", imageAlt: "Modern Luxury Premium Item"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -151,11 +151,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "testimonial-1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Sarah Johnson"},
id: "testimonial-1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "testimonial-2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Michael Chen"},
id: "testimonial-2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2", imageAlt: "Michael Chen"},
{
id: "testimonial-3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Emma Davis"},
id: "testimonial-3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=3", imageAlt: "Emma Davis"},
{
id: "testimonial-4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Wilson"},
]}