From ea160a3d90b20fbaaefd7a5f83d4495c7e9d569a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 08:00:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5528029..706446a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,10 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background="circleGradient" + animationType="smooth" + background={{ variant: "plain" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/coffee-saucer-cloves-cinnamons-burlap_114579-68959.jpg?_wi=1", imageAlt: "shining brass metal puja vessels traditional" } + { imageSrc: "http://img.b2bpic.net/free-photo/coffee-saucer-cloves-cinnamons-burlap_114579-68959.jpg", imageAlt: "shining brass metal puja vessels traditional" } ]} /> @@ -83,18 +84,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Quick & Easy Application", description: "Simple paste formula - just apply, wipe, and restore shine. No complex procedures needed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/tiny-bouquet-with-wooden-plate-dried-fruits-marble-wall_114579-21134.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721410.jpg?_wi=1" } + title: "Quick & Easy Application", description: "Simple paste formula - just apply, wipe, and restore shine. No complex procedures needed.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/tiny-bouquet-with-wooden-plate-dried-fruits-marble-wall_114579-21134.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721410.jpg" } }, { id: 2, - title: "100% Herbal & Organic", description: "Made with pure herbal ingredients. Safe for your family, your metals, and the environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721410.jpg?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/tiny-bouquet-with-wooden-plate-dried-fruits-marble-wall_114579-21134.jpg?_wi=2" } + title: "100% Herbal & Organic", description: "Made with pure herbal ingredients. Safe for your family, your metals, and the environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721410.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/tiny-bouquet-with-wooden-plate-dried-fruits-marble-wall_114579-21134.jpg" } }, { id: 3, - title: "Long-Lasting Shine", description: "Restores original brilliance and provides protection against tarnishing for extended periods.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/tiny-bouquet-with-wooden-plate-dried-fruits-marble-wall_114579-21134.jpg?_wi=3" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/coffee-saucer-cloves-cinnamons-burlap_114579-68959.jpg?_wi=2" } + title: "Long-Lasting Shine", description: "Restores original brilliance and provides protection against tarnishing for extended periods.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/tiny-bouquet-with-wooden-plate-dried-fruits-marble-wall_114579-21134.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/coffee-saucer-cloves-cinnamons-burlap_114579-68959.jpg" } } ]} showStepNumbers={true} @@ -194,6 +195,7 @@ export default function LandingPage() { mediaAnimation="slide-up" faqsAnimation="slide-up" useInvertedBackground={false} + animationType="smooth" faqs={[ { id: "1", title: "Is Honnambari safe for all metals?", content: "Yes! Honnambari is specially formulated for silver, brass, copper, steel, and similar metals. It is safe for both household kitchenware and sacred puja items. Always test on a small area first if using on antique pieces." -- 2.49.1