Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -56,10 +56,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "James Mitchell", handle: "Fashion Director", testimonial: "The finest quality hoodie I've owned. The attention to detail is impeccable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shadow-hides-half-bride-s-face-while-she-smiles-up-sky_8353-8279.jpg", imageAlt: "James Mitchell"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shadow-hides-half-bride-s-face-while-she-smiles-up-sky_8353-8279.jpg?_wi=1", imageAlt: "James Mitchell"},
|
||||
{
|
||||
name: "Sofia Chen", handle: "Creative Lead", testimonial: "Luxury and comfort perfectly balanced. Worth every penny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24862.jpg", imageAlt: "Sofia Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24862.jpg?_wi=1", imageAlt: "Sofia Chen"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -84,10 +84,10 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Luxe Hoodies", name: "Obsidian Comfort Hoodie", price: "$189.00", rating: 5,
|
||||
reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hoodie-having-her-eyes-closed_23-2148322452.jpg", imageAlt: "Obsidian Comfort Hoodie"},
|
||||
reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hoodie-having-her-eyes-closed_23-2148322452.jpg?_wi=1", imageAlt: "Obsidian Comfort Hoodie"},
|
||||
{
|
||||
id: "2", brand: "Luxe Hoodies", name: "Emerald Elegance Hoodie", price: "$189.00", rating: 5,
|
||||
reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/teenager-sitting-his-bed-listening-music-using-his-smartphone_23-2149240339.jpg", imageAlt: "Emerald Elegance Hoodie"},
|
||||
reviewCount: "612", imageSrc: "http://img.b2bpic.net/free-photo/teenager-sitting-his-bed-listening-music-using-his-smartphone_23-2149240339.jpg?_wi=1", imageAlt: "Emerald Elegance Hoodie"},
|
||||
{
|
||||
id: "3", brand: "Luxe Hoodies", name: "Ivory Sophistication Hoodie", price: "$189.00", rating: 5,
|
||||
reviewCount: "543", imageSrc: "http://img.b2bpic.net/free-photo/smiley-brothers-with-basketball-front-view_23-2150156949.jpg", imageAlt: "Ivory Sophistication Hoodie"},
|
||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-velvet-texture_23-2149305953.jpg", imageAlt: "Premium fabric texture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hoodie-having-her-eyes-closed_23-2148322452.jpg", imageAlt: "Premium hoodie detail"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hoodie-having-her-eyes-closed_23-2148322452.jpg?_wi=2", imageAlt: "Premium hoodie detail"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562535.jpg", imageAlt: "Sustainable production"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-sitting-his-bed-listening-music-using-his-smartphone_23-2149240339.jpg", imageAlt: "Eco-friendly hoodie"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-sitting-his-bed-listening-music-using-his-smartphone_23-2149240339.jpg?_wi=2", imageAlt: "Eco-friendly hoodie"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -163,10 +163,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Williams", role: "CEO", company: "StyleCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shadow-hides-half-bride-s-face-while-she-smiles-up-sky_8353-8279.jpg", imageAlt: "Marcus Williams"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shadow-hides-half-bride-s-face-while-she-smiles-up-sky_8353-8279.jpg?_wi=2", imageAlt: "Marcus Williams"},
|
||||
{
|
||||
id: "2", name: "Elena Rodriguez", role: "Creative Director", company: "Fashion Labs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24862.jpg", imageAlt: "Elena Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24862.jpg?_wi=2", imageAlt: "Elena Rodriguez"},
|
||||
{
|
||||
id: "3", name: "David Chen", role: "Lifestyle Editor", company: "Trend Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg", imageAlt: "David Chen"},
|
||||
|
||||
Reference in New Issue
Block a user