From ed2d6738a7931cfc0a7fde13b9885c5c2e64c17e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 08:24:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 377 +++++++++-------------------------------------- 1 file changed, 67 insertions(+), 310 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0af816..0e315de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,30 +32,10 @@ export default function LandingPage() { @@ -200,42 +94,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "1", - name: "Coca-Cola Classic", - price: "$2.00", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-blueberries-arrangement_23-2150928903.jpg?_wi=1", - }, - { - id: "2", - name: "Fanta Orange", - price: "$2.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-grapefruit-smoothie_23-2148527339.jpg", - }, - { - id: "3", - name: "Sprite Lemon-Lime", - price: "$2.00", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-lemon-arrangement_23-2150928906.jpg", - }, - { - id: "4", - name: "Coca-Cola Zero Sugar", - price: "$2.00", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928879.jpg", - }, - { - id: "5", - name: "Fanta Grape", - price: "$2.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-can-blue-drink-alcohol-photo-darkness_140725-92773.jpg", - }, - { - id: "6", - name: "Coca-Cola Cherry", - price: "$2.00", - imageSrc: "http://img.b2bpic.net/free-photo/glass-red-juice-with-cake-slices-wooden-platter_114579-12233.jpg", - }, + { id: "1", name: "Coca-Cola Classic", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-blueberries-arrangement_23-2150928903.jpg" }, + { id: "2", name: "Fanta Orange", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grapefruit-smoothie_23-2148527339.jpg" }, + { id: "3", name: "Sprite Lemon-Lime", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-lemon-arrangement_23-2150928906.jpg" }, + { id: "4", name: "Coca-Cola Zero Sugar", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-apple-arrangement_23-2150928879.jpg" }, + { id: "5", name: "Fanta Grape", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-can-blue-drink-alcohol-photo-darkness_140725-92773.jpg" }, + { id: "6", name: "Coca-Cola Cherry", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-red-juice-with-cake-slices-wooden-platter_114579-12233.jpg" } ]} title="Shop Bestsellers" description="Discover our top-tier beverages." @@ -249,21 +113,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "100+", - description: "Countries served", - }, - { - id: "2", - value: "1M+", - description: "Daily drinks", - }, - { - id: "3", - value: "99%", - description: "Satisfaction", - }, + { id: "1", value: "100+", description: "Countries served" }, + { id: "2", value: "1M+", description: "Daily drinks" }, + { id: "3", value: "99%", description: "Satisfaction" } ]} title="Our Impact" description="Quality you can taste." @@ -277,41 +129,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fast Delivery", - description: "Delivered to your door.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92769.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/orange-grapefruit-smoothie-table_23-2148527337.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-soda-can-dark-background_140725-131349.jpg?_wi=2", - imageAlt: "coca-cola can isolated dark", + title: "Fast Delivery", description: "Delivered to your door.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-energy-drink-cans-red-drink-alcohol-photo-darkness_140725-92769.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/orange-grapefruit-smoothie-table_23-2148527337.jpg" } }, { - title: "Secure Payments", - description: "Shop with total confidence.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/lemon-mint-infused-water-recipe_53876-33867.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cold-soda-can-with-water-drops_53876-145620.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-foods-cocktails-tall-glass_23-2149064108.jpg", - imageAlt: "coca-cola can isolated dark", + title: "Secure Payments", description: "Shop with total confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lemon-mint-infused-water-recipe_53876-33867.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cold-soda-can-with-water-drops_53876-145620.jpg" } }, { - title: "Original Products", - description: "100% authentic drinks.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995323.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-water-bubbles-bright-red-orange-background_23-2148070974.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-drink-with-blueberries-arrangement_23-2150928903.jpg?_wi=2", - imageAlt: "coca-cola can isolated dark", - }, + title: "Original Products", description: "100% authentic drinks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995323.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-water-bubbles-bright-red-orange-background_23-2148070974.jpg" } + } ]} showStepNumbers={false} title="Why Choose Us" @@ -326,26 +154,11 @@ export default function LandingPage() { rating={5} author="The Coca-Cola Enthusiast" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/business-woman-holding-cup-posing-white-wall_114579-46988.jpg", - alt: "Avatar 1", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", - alt: "Avatar 2", - }, - { - src: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg", - alt: "Avatar 3", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-funny-girl-with-happy-emotions-enjoying-time-photoshoot-studio-wearing-round-oink-glasses-pink-pullover_291650-960.jpg", - alt: "Avatar 4", - }, - { - src: "http://img.b2bpic.net/free-photo/female-model-black-shirt-sending-peace-message_114579-17836.jpg", - alt: "Avatar 5", - }, + { src: "http://img.b2bpic.net/free-photo/business-woman-holding-cup-posing-white-wall_114579-46988.jpg", alt: "Avatar 1" }, + { src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", alt: "Avatar 2" }, + { src: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg", alt: "Avatar 3" }, + { src: "http://img.b2bpic.net/free-photo/smiling-funny-girl-with-happy-emotions-enjoying-time-photoshoot-studio-wearing-round-oink-glasses-pink-pullover_291650-960.jpg", alt: "Avatar 4" }, + { src: "http://img.b2bpic.net/free-photo/female-model-black-shirt-sending-peace-message_114579-17836.jpg", alt: "Avatar 5" } ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -360,36 +173,9 @@ export default function LandingPage() { title="Latest News" description="Stay refreshed with our latest updates." blogs={[ - { - id: "1", - category: "News", - title: "New Bundle Drops", - excerpt: "Mix and match your favorites.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-can-with-sugar-coming-out-it_23-2148691305.jpg", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", - date: "2023-10-01", - }, - { - id: "2", - category: "Offers", - title: "20% Off Bundles", - excerpt: "Huge savings on bulk orders.", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-orange-grapefruit_23-2148569973.jpg", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-male-student-with-dreads-tattoos-casually-drinking-coffee-from-takeawa_1258-113414.jpg", - date: "2023-10-02", - }, - { - id: "3", - category: "Event", - title: "Summer Party Pack", - excerpt: "Perfect for beach days.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pear-juice-bottle_23-2148770717.jpg", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/tired-young-sporty-guy-wearing-headband-wristband-drinks-water-holding-apple-isolated-orange-wall_141793-87520.jpg", - date: "2023-10-03", - }, + { id: "1", category: "News", title: "New Bundle Drops", excerpt: "Mix and match your favorites.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-can-with-sugar-coming-out-it_23-2148691305.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", date: "2023-10-01" }, + { id: "2", category: "Offers", title: "20% Off Bundles", excerpt: "Huge savings on bulk orders.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-orange-grapefruit_23-2148569973.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-goodlooking-young-male-student-with-dreads-tattoos-casually-drinking-coffee-from-takeawa_1258-113414.jpg", date: "2023-10-02" }, + { id: "3", category: "Event", title: "Summer Party Pack", excerpt: "Perfect for beach days.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pear-juice-bottle_23-2148770717.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/tired-young-sporty-guy-wearing-headband-wristband-drinks-water-holding-apple-isolated-orange-wall_141793-87520.jpg", date: "2023-10-03" } ]} /> @@ -397,9 +183,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1