Update src/app/page.tsx

This commit is contained in:
2026-03-16 07:59:38 +00:00
parent 37ee7c3448
commit fcef3c3b0f

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background="circleGradient"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-saucer-cloves-cinnamons-burlap_114579-68959.jpg", imageAlt: "shining brass metal puja vessels traditional" }
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-saucer-cloves-cinnamons-burlap_114579-68959.jpg?_wi=1", imageAlt: "shining brass metal puja vessels traditional" }
]}
/>
</div>
@@ -83,18 +83,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" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721410.jpg" }
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" }
},
{
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" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/tiny-bouquet-with-wooden-plate-dried-fruits-marble-wall_114579-21134.jpg" }
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" }
},
{
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" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/coffee-saucer-cloves-cinnamons-burlap_114579-68959.jpg" }
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" }
}
]}
showStepNumbers={true}