Update src/app/page.tsx
This commit is contained in:
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-pose_23-2149462076.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-pose_23-2149462076.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg", alt: "Stylish hipster arab man guy in sunglasses posed outdoor in street at sunset against gray wall"},
|
||||
@@ -94,13 +94,13 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-metal-structure_23-2149371472.jpg", imageAlt: "Pop punk aesthetic portrait of woman posing on metal structure"},
|
||||
{
|
||||
title: "Sustainable Craft", description: "Manufacturing processes designed to reduce environmental impact.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-pose_23-2149462076.jpg", imageAlt: "Pop punk aesthetic portrait of woman posing on metal structure"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-afro-dreadlocks-pose_23-2149462076.jpg?_wi=2", imageAlt: "Pop punk aesthetic portrait of woman posing on metal structure"},
|
||||
{
|
||||
title: "Timeless Aesthetic", description: "Designs that transcend seasonal trends for lasting wear.", buttonIcon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-stain-pattern-white-folded-fabric-white-background_23-2147882436.jpg", imageAlt: "Pop punk aesthetic portrait of woman posing on metal structure"},
|
||||
{
|
||||
title: "Global Shipping", description: "Delivering urban essentials to creators worldwide.", buttonIcon: Globe,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-17766.jpg", imageAlt: "Pop punk aesthetic portrait of woman posing on metal structure"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-17766.jpg?_wi=1", imageAlt: "Pop punk aesthetic portrait of woman posing on metal structure"},
|
||||
]}
|
||||
title="THE HIDZ ETHOS"
|
||||
description="We prioritize quality over quantity. Every piece is built to last and designed to evolve with your lifestyle."
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Essential Hoodie", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-17766.jpg"},
|
||||
id: "1", name: "Essential Hoodie", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-17766.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Graphic Tee", price: "$35.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4w8uf2"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user