From e4b6b1cca3a333246b52e98fef9e9ed14e003576 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:56:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 +++++++++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b774b7..495aac0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -113,16 +116,20 @@ export default function LandingPage() { features={[ { id: "1", title: "Seven-Year Fermentation Process", tags: ["Traditional", "Ancient Methods"], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg?_wi=1", imageAlt: "Traditional fermentation vats"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg", imageAlt: "Traditional fermentation vats" + }, { id: "2", title: "Sorghum Selection & Preparation", tags: ["Premium Grain", "Handpicked"], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg?_wi=2", imageAlt: "Quality grain selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg", imageAlt: "Quality grain selection" + }, { id: "3", title: "Master Blender Expertise", tags: ["Heritage", "Generations"], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg?_wi=3", imageAlt: "Master blending technique"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg", imageAlt: "Master blending technique" + }, { id: "4", title: "Crystal Clear Water Source", tags: ["Pure Origin", "Pristine"], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg?_wi=4", imageAlt: "Sacred water collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-with-craft-beer-outdoors_23-2148111310.jpg", imageAlt: "Sacred water collection" + }, ]} /> @@ -134,7 +141,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "UNESCO Heritage Recognition", "International Spirits Competition", "China National Museum", "World Luxury Awards", "Distinguished Collectors Guild", "Premium Spirits Alliance", "Heritage Culture Foundation", "Global Baijiu Academy"]} + "UNESCO Heritage Recognition", "International Spirits Competition", "China National Museum", "World Luxury Awards", "Distinguished Collectors Guild", "Premium Spirits Alliance", "Heritage Culture Foundation", "Global Baijiu Academy" + ]} speed={50} showCard={true} /> @@ -151,17 +159,20 @@ export default function LandingPage() { { id: "classic", badge: "Heritage", badgeIcon: Crown, price: "¥588", subtitle: "The Iconic Expression", features: [ - "Classic Maotai blend", "53% alcohol content", "Ancient fermentation", "Collectible bottle"], + "Classic Maotai blend", "53% alcohol content", "Ancient fermentation", "Collectible bottle" + ], }, { id: "premium", badge: "Most Coveted", badgeIcon: Sparkles, price: "¥1,288", subtitle: "Premium Reserve Selection", features: [ - "Enhanced aging process", "Refined flavor profile", "Limited production", "Exclusive packaging", "Collector's certification"], + "Enhanced aging process", "Refined flavor profile", "Limited production", "Exclusive packaging", "Collector's certification" + ], }, { id: "vintage", badge: "Legendary", badgeIcon: Zap, price: "¥3,588", subtitle: "Vintage Heritage Collection", features: [ - "Multi-year aged expression", "Museum-quality craftsmanship", "Ultra-rare production", "Heritage documentation", "Master's signature authentication"], + "Multi-year aged expression", "Museum-quality craftsmanship", "Ultra-rare production", "Heritage documentation", "Master's signature authentication" + ], }, ]} /> @@ -171,17 +182,21 @@ export default function LandingPage() { -- 2.49.1