diff --git a/src/app/page.tsx b/src/app/page.tsx index da67e58..4005a24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bridal-shoes-from_1153-2823.jpg?_wi=1", imageAlt: "Minimal white sneaker on clean background" + imageSrc: "http://img.b2bpic.net/free-photo/bridal-shoes-from_1153-2823.jpg", imageAlt: "Minimal white sneaker on clean background" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-running-double-color-exposure-effect_53876-102741.jpg?_wi=1", imageAlt: "Contemporary running shoe geometric design" + imageSrc: "http://img.b2bpic.net/free-photo/man-running-double-color-exposure-effect_53876-102741.jpg", imageAlt: "Contemporary running shoe geometric design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-summer-concept-with-legs-front-sea_23-2147828769.jpg?_wi=1", imageAlt: "Premium casual shoe minimalist aesthetic" + imageSrc: "http://img.b2bpic.net/free-photo/couple-summer-concept-with-legs-front-sea_23-2147828769.jpg", imageAlt: "Premium casual shoe minimalist aesthetic" } ]} autoplayDelay={5000} @@ -85,15 +85,15 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Stride", name: "Classic White", price: "$129", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg?_wi=1", imageAlt: "Classic White minimal sneaker" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg", imageAlt: "Classic White minimal sneaker" }, { id: "p2", brand: "Stride", name: "Performance Black", price: "$159", rating: 5, - reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005660.jpg?_wi=1", imageAlt: "Performance Black athletic shoe" + reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005660.jpg", imageAlt: "Performance Black athletic shoe" }, { id: "p3", brand: "Stride", name: "Lifestyle Beige", price: "$139", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-whale-pottery-workshop-finished-product-close-view_1153-6315.jpg?_wi=1", imageAlt: "Lifestyle Beige casual shoe" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-whale-pottery-workshop-finished-product-close-view_1153-6315.jpg", imageAlt: "Lifestyle Beige casual shoe" } ]} buttons={[ @@ -158,8 +158,8 @@ export default function LandingPage() { ]} carouselMode="buttons" containerClassName="max-w-7xl mx-auto px-4 py-20" - titleClassName="text-4xl font-light mb-4" - descriptionClassName="text-lg font-light text-gray-600 mb-12" + textBoxTitleClassName="text-4xl font-light mb-4" + textBoxDescriptionClassName="text-lg font-light text-gray-600 mb-12" /> @@ -185,8 +185,8 @@ export default function LandingPage() { ]} carouselMode="buttons" containerClassName="max-w-6xl mx-auto px-4 py-16" - titleClassName="text-4xl font-light mb-4" - descriptionClassName="text-lg font-light" + textBoxTitleClassName="text-4xl font-light mb-4" + textBoxDescriptionClassName="text-lg font-light" /> @@ -202,8 +202,8 @@ export default function LandingPage() { speed={50} showCard={true} containerClassName="max-w-5xl mx-auto px-4 py-16" - titleClassName="text-3xl font-light mb-4 text-center" - descriptionClassName="text-lg font-light text-center mb-12" + textBoxTitleClassName="text-3xl font-light mb-4 text-center" + textBoxDescriptionClassName="text-lg font-light text-center mb-12" contentClassName="space-y-8" logoTextClassName="font-light text-gray-600" /> @@ -224,33 +224,33 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Alexandra Chen", role: "Architect", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bridal-shoes-from_1153-2823.jpg?_wi=2", imageAlt: "Alexandra Chen" + imageSrc: "http://img.b2bpic.net/free-photo/bridal-shoes-from_1153-2823.jpg", imageAlt: "Alexandra Chen" }, { id: "t2", name: "Marcus Johnson", role: "Creative Director", company: "Minimal Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-running-double-color-exposure-effect_53876-102741.jpg?_wi=2", imageAlt: "Marcus Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/man-running-double-color-exposure-effect_53876-102741.jpg", imageAlt: "Marcus Johnson" }, { id: "t3", name: "Sofia Rodriguez", role: "Founder", company: "Urban Living", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-summer-concept-with-legs-front-sea_23-2147828769.jpg?_wi=2", imageAlt: "Sofia Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/couple-summer-concept-with-legs-front-sea_23-2147828769.jpg", imageAlt: "Sofia Rodriguez" }, { id: "t4", name: "James Williams", role: "Product Manager", company: "Tech Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg?_wi=2", imageAlt: "James Williams" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-musician-with-cornet-copy-space_23-2148680366.jpg", imageAlt: "James Williams" }, { id: "t5", name: "Emma Davis", role: "Brand Strategist", company: "Creative Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005660.jpg?_wi=2", imageAlt: "Emma Davis" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005660.jpg", imageAlt: "Emma Davis" }, { id: "t6", name: "Leo Martinez", role: "Fashion Blogger", company: "Style Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-whale-pottery-workshop-finished-product-close-view_1153-6315.jpg?_wi=2", imageAlt: "Leo Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-whale-pottery-workshop-finished-product-close-view_1153-6315.jpg", imageAlt: "Leo Martinez" } ]} carouselMode="buttons" containerClassName="max-w-6xl mx-auto px-4 py-20" - titleClassName="text-4xl font-light mb-4" - descriptionClassName="text-lg font-light mb-12" + textBoxTitleClassName="text-4xl font-light mb-4" + textBoxDescriptionClassName="text-lg font-light mb-12" />