Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user