diff --git a/src/app/page.tsx b/src/app/page.tsx index 5126b4d..8dbb1de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,22 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -179,26 +99,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Highly Nutritious", - description: "Packed with essential minerals and vitamins.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-with-baby-food_23-2148580398.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-cereal-bowl_23-2148318410.jpg", - buttonText: "Read More", - }, + title: "Highly Nutritious", description: "Packed with essential minerals and vitamins.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-with-baby-food_23-2148580398.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-cereal-bowl_23-2148318410.jpg", buttonText: "Read More"}, { - title: "Easy Preparation", - description: "Perfect for busy adults and growing kids.", - imageSrc: "http://img.b2bpic.net/free-photo/father-feeding-his-little-baby-girl-kitchen_23-2149125812.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/homemade-baby-food-top-view_23-2148580456.jpg", - buttonText: "Read More", - }, + title: "Easy Preparation", description: "Perfect for busy adults and growing kids.", imageSrc: "http://img.b2bpic.net/free-photo/father-feeding-his-little-baby-girl-kitchen_23-2149125812.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/homemade-baby-food-top-view_23-2148580456.jpg", buttonText: "Read More"}, { - title: "Natural Sweetness", - description: "Naturally sweetened with dates, no added sugar.", - imageSrc: "http://img.b2bpic.net/free-photo/baby-food-with-apple-slices_23-2148580446.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/bowl-with-oat-flakes-milk_23-2148572139.jpg", - buttonText: "Read More", - }, + title: "Natural Sweetness", description: "Naturally sweetened with dates, no added sugar.", imageSrc: "http://img.b2bpic.net/free-photo/baby-food-with-apple-slices_23-2148580446.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/bowl-with-oat-flakes-milk_23-2148572139.jpg", buttonText: "Read More"}, ]} title="Why Choose Meizon?" description="Our Tom Brown cereal is designed for vitality." @@ -209,29 +114,15 @@ export default function LandingPage() { @@ -374,19 +201,11 @@ export default function LandingPage() {
@@ -397,42 +216,21 @@ export default function LandingPage() { logoText="Meizon Foods" columns={[ { - title: "Menu", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "Products", - href: "#infant-product", - }, + title: "Menu", items: [ + { label: "Home", href: "#hero" }, + { label: "Products", href: "#infant-product" }, ], }, { - title: "Support", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "Delivery Info", - href: "#delivery", - }, + title: "Support", items: [ + { label: "Contact", href: "#contact" }, + { label: "Delivery Info", href: "#delivery" }, ], }, { - title: "Socials", - items: [ - { - label: "Instagram", - href: "https://instagram.com/meizonfoods", - }, - { - label: "WhatsApp", - href: "https://wa.me/2347042778865", - }, + title: "Socials", items: [ + { label: "Instagram", href: "https://instagram.com/meizonfoods" }, + { label: "WhatsApp", href: "https://wa.me/2347042778865" }, ], }, ]}