diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d8848d..4682b46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,8 @@ export default function LandingPage() { ]} useInvertedBackground={false} mediaAnimation="none" - imageSrc="http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg?_wi=1" + metricsAnimation="none" + imageSrc="http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg" imageAlt="Fashion runway collection models" /> @@ -109,6 +110,7 @@ export default function LandingPage() { ]} useInvertedBackground={true} mediaAnimation="opacity" + metricsAnimation="opacity" imageSrc="http://img.b2bpic.net/free-photo/portrair-fashionable-woman-walking-city-warm-fur-coat-wearing-black-cap_285396-4725.jpg" imageAlt="Model wearing dark red luxury fur jacket" /> @@ -124,10 +126,10 @@ export default function LandingPage() { metrics={[ { id: "1", value: "Exclusive", title: "Runway Pieces", description: "Limited edition collection", imageSrc: - "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg?_wi=2", imageAlt: "Fashion runway collection"}, + "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg", imageAlt: "Fashion runway collection"}, { id: "2", value: "Dramatic", title: "Cinematic Style", description: "Editorial fashion moment", imageSrc: - "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg?_wi=3", imageAlt: "Fashion runway models"}, + "http://img.b2bpic.net/free-photo/fashionable-blond-female-sits-round-chair-big-empty-room_613910-8167.jpg", imageAlt: "Fashion runway models"}, ]} buttons={[{ text: "Shop Now", href: "#products" }]} />