Update src/app/page.tsx
This commit is contained in:
@@ -52,11 +52,11 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg", imageAlt: "Premium lifestyle imagery 1" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg?_wi=1", imageAlt: "Premium lifestyle imagery 1" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg", imageAlt: "Premium lifestyle imagery 2" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg", imageAlt: "Premium lifestyle imagery 2" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg", imageAlt: "Premium lifestyle imagery 3" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg?_wi=2", imageAlt: "Premium lifestyle imagery 3" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "Premium lifestyle imagery 4" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-coffee-cup_23-2148765432.jpg", imageAlt: "Premium lifestyle imagery 4" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg", imageAlt: "Premium lifestyle imagery 5" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg?_wi=3", imageAlt: "Premium lifestyle imagery 5" }
|
||||||
]}
|
]}
|
||||||
ariaLabel="Worthist hero section with carousel"
|
ariaLabel="Worthist hero section with carousel"
|
||||||
className="min-h-screen flex items-center justify-center"
|
className="min-h-screen flex items-center justify-center"
|
||||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Premium Quality", description: "Uncompromising standards in every detail, crafted for those who appreciate excellence", icon: Shield,
|
title: "Premium Quality", description: "Uncompromising standards in every detail, crafted for those who appreciate excellence", icon: Shield,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479592.jpg", imageAlt: "Quality assurance" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479592.jpg?_wi=1", imageAlt: "Quality assurance" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg", imageAlt: "Excellence standard" }
|
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg", imageAlt: "Excellence standard" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
|||||||
title: "Smart Solutions", description: "Innovative approaches that simplify complexity and deliver tangible results", icon: Zap,
|
title: "Smart Solutions", description: "Innovative approaches that simplify complexity and deliver tangible results", icon: Zap,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shiny-bulb-businessman-s-hand_1232-148.jpg", imageAlt: "Innovation showcase" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/shiny-bulb-businessman-s-hand_1232-148.jpg", imageAlt: "Innovation showcase" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fingers-opening-future_1134-120.jpg", imageAlt: "Smart technology" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/fingers-opening-future_1134-120.jpg?_wi=1", imageAlt: "Smart technology" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -108,8 +108,8 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Trusted Partnership", description: "Build lasting relationships with a brand that values your success above all", icon: Heart,
|
title: "Trusted Partnership", description: "Build lasting relationships with a brand that values your success above all", icon: Heart,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479592.jpg", imageAlt: "Partnership value" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479592.jpg?_wi=2", imageAlt: "Partnership value" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fingers-opening-future_1134-120.jpg", imageAlt: "Trust foundation" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/fingers-opening-future_1134-120.jpg?_wi=2", imageAlt: "Trust foundation" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user