diff --git a/src/app/page.tsx b/src/app/page.tsx index eea112a..2191909 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Our Favorite Flavors", logoIcon: IceCream, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-yogurt-parfait-decorated-with-cooki-crumbs-chocolate-chips-glass_140725-10135.jpg?_wi=1", searchPlaceholder: "Search flavors...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/close-up-yogurt-parfait-decorated-with-cooki-crumbs-chocolate-chips-glass_140725-10135.jpg", searchPlaceholder: "Search flavors...", buttons: [ { text: "View All", href: "#" }, { text: "Recent Releases", href: "#" } ], @@ -63,15 +63,15 @@ export default function LandingPage() { ], stats: [ { - title: "Flavors", values: ["50+", "75+", "100+"], + title: "Flavors", values: [50, 75, 100], description: "Rotating seasonal selections" }, { - title: "Since", values: ["1978", "1980s", "1970s"], + title: "Since", values: [1978, 1980, 1970], description: "Crafting quality for decades" }, { - title: "Fans", values: ["1M+", "5M+", "10M+"], + title: "Fans", values: [1000000, 5000000, 10000000], description: "Happy customers worldwide" } ], @@ -98,6 +98,7 @@ export default function LandingPage() { imageAlt="Ben & Jerry's ice cream shop" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -113,13 +114,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Classic Vanilla", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-ice-cream-with-topping_23-2148422033.jpg?_wi=1", imageAlt: "Classic Vanilla Ice Cream" + id: "1", name: "Classic Vanilla", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-ice-cream-with-topping_23-2148422033.jpg", imageAlt: "Classic Vanilla Ice Cream" }, { - id: "2", name: "Chocolate Fudge Brownie", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cone-with-ice-cream-table_23-2148422089.jpg?_wi=1", imageAlt: "Chocolate Fudge Brownie Ice Cream" + id: "2", name: "Chocolate Fudge Brownie", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cone-with-ice-cream-table_23-2148422089.jpg", imageAlt: "Chocolate Fudge Brownie Ice Cream" }, { - id: "3", name: "Strawberry Cheesecake", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-cone_169016-3123.jpg?_wi=1", imageAlt: "Strawberry Cheesecake Ice Cream" + id: "3", name: "Strawberry Cheesecake", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-cone_169016-3123.jpg", imageAlt: "Strawberry Cheesecake Ice Cream" } ]} /> @@ -136,15 +137,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fair Trade Ingredients", description: "We source cocoa, vanilla, and coffee from fair trade certified suppliers, ensuring farmers receive fair wages and work in safe conditions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-volunteer-teamwork-putting-finger-star-shapehands-togetherstack-handsunity-teamwork-world-environment-day_640221-299.jpg?_wi=1" + title: "Fair Trade Ingredients", description: "We source cocoa, vanilla, and coffee from fair trade certified suppliers, ensuring farmers receive fair wages and work in safe conditions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-volunteer-teamwork-putting-finger-star-shapehands-togetherstack-handsunity-teamwork-world-environment-day_640221-299.jpg" }, { id: 2, - title: "Sustainable Practices", description: "Committed to reducing our environmental footprint through sustainable packaging, renewable energy use, and responsible sourcing of all ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-volunteer-teamwork-putting-finger-star-shapehands-togetherstack-handsunity-teamwork-world-environment-day_640221-299.jpg?_wi=2" + title: "Sustainable Practices", description: "Committed to reducing our environmental footprint through sustainable packaging, renewable energy use, and responsible sourcing of all ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-volunteer-teamwork-putting-finger-star-shapehands-togetherstack-handsunity-teamwork-world-environment-day_640221-299.jpg" }, { id: 3, - title: "Community Giving", description: "Ben & Jerry's Foundation supports social and environmental justice organizations, donating over $35 million since 1985 to causes that matter.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-volunteer-teamwork-putting-finger-star-shapehands-togetherstack-handsunity-teamwork-world-environment-day_640221-299.jpg?_wi=3" + title: "Community Giving", description: "Ben & Jerry's Foundation supports social and environmental justice organizations, donating over $35 million since 1985 to causes that matter.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-volunteer-teamwork-putting-finger-star-shapehands-togetherstack-handsunity-teamwork-world-environment-day_640221-299.jpg" } ]} /> @@ -160,16 +161,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell, Food Blogger", date: "Date: 15 November 2024", title: "The Perfect Indulgence", quote: "Ben & Jerry's isn't just ice cream—it's an experience. The flavors are creative, the quality is unmatched, and knowing I'm supporting social causes makes every spoonful feel good.", tag: "Premium Quality", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-ice-cream-with-topping_23-2148422033.jpg?_wi=2", imageAlt: "Classic Vanilla Ice Cream" + id: "1", name: "Sarah Mitchell, Food Blogger", date: "Date: 15 November 2024", title: "The Perfect Indulgence", quote: "Ben & Jerry's isn't just ice cream—it's an experience. The flavors are creative, the quality is unmatched, and knowing I'm supporting social causes makes every spoonful feel good.", tag: "Premium Quality", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-ice-cream-with-topping_23-2148422033.jpg", imageAlt: "Classic Vanilla Ice Cream" }, { - id: "2", name: "James Rodriguez, Sustainability Advocate", date: "Date: 08 November 2024", title: "Values That Matter", quote: "I've been a loyal customer for years. Ben & Jerry's commitment to fair trade and environmental responsibility aligns perfectly with my values. Great ice cream for a greater cause.", tag: "Social Impact", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-volunteer-teamwork-putting-finger-star-shapehands-togetherstack-handsunity-teamwork-world-environment-day_640221-299.jpg?_wi=4", imageAlt: "Community Impact" + id: "2", name: "James Rodriguez, Sustainability Advocate", date: "Date: 08 November 2024", title: "Values That Matter", quote: "I've been a loyal customer for years. Ben & Jerry's commitment to fair trade and environmental responsibility aligns perfectly with my values. Great ice cream for a greater cause.", tag: "Social Impact", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", avatarAlt: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-volunteer-teamwork-putting-finger-star-shapehands-togetherstack-handsunity-teamwork-world-environment-day_640221-299.jpg", imageAlt: "Community Impact" }, { - id: "3", name: "Emily Chen, Mom of Two", date: "Date: 02 November 2024", title: "Family Favorite", quote: "My kids absolutely love Ben & Jerry's. I feel good giving it to them because I know the company cares about doing the right thing. Quality ingredients and quality values!", tag: "Family Approved", avatarSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-making-funny-faces-pink-background_179666-30952.jpg", avatarAlt: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-cone_169016-3123.jpg?_wi=2", imageAlt: "Strawberry Cheesecake Ice Cream" + id: "3", name: "Emily Chen, Mom of Two", date: "Date: 02 November 2024", title: "Family Favorite", quote: "My kids absolutely love Ben & Jerry's. I feel good giving it to them because I know the company cares about doing the right thing. Quality ingredients and quality values!", tag: "Family Approved", avatarSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-female-dark-jacket-making-funny-faces-pink-background_179666-30952.jpg", avatarAlt: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-waffle-cone_169016-3123.jpg", imageAlt: "Strawberry Cheesecake Ice Cream" }, { - id: "4", name: "Marcus Thompson, Entrepreneur", date: "Date: 28 October 2024", title: "Brand Excellence", quote: "Ben & Jerry's represents everything a brand should be. Delicious products, authentic mission, and genuine commitment to making a difference. Truly iconic.", tag: "Brand Champion", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", avatarAlt: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cone-with-ice-cream-table_23-2148422089.jpg?_wi=2", imageAlt: "Chocolate Fudge Brownie Ice Cream" + id: "4", name: "Marcus Thompson, Entrepreneur", date: "Date: 28 October 2024", title: "Brand Excellence", quote: "Ben & Jerry's represents everything a brand should be. Delicious products, authentic mission, and genuine commitment to making a difference. Truly iconic.", tag: "Brand Champion", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", avatarAlt: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cone-with-ice-cream-table_23-2148422089.jpg", imageAlt: "Chocolate Fudge Brownie Ice Cream" } ]} /> @@ -184,7 +185,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-yogurt-parfait-decorated-with-cooki-crumbs-chocolate-chips-glass_140725-10135.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-yogurt-parfait-decorated-with-cooki-crumbs-chocolate-chips-glass_140725-10135.jpg" imageAlt="Melting ice cream" mediaAnimation="opacity" mediaPosition="right"