Update src/app/page.tsx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/components/theme/ThemeProvider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
@@ -36,7 +36,8 @@ export default function Home() {
|
||||
navItems={navItems}
|
||||
brandName="Homeopathy"
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
text: "Get Started", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
@@ -52,6 +53,7 @@ export default function Home() {
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="/hero-image.jpg"
|
||||
imageAlt="Homeopathy solutions"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[{ text: "Explore Products", href: "#features" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,6 +64,7 @@ export default function Home() {
|
||||
description="Premium quality homeopathic remedies crafted with precision and care"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "100% Natural", description: "All ingredients sourced from nature", icon: Lightbulb,
|
||||
@@ -83,27 +86,33 @@ export default function Home() {
|
||||
{
|
||||
title: "Arnica Montana", description: "Powerful remedy for bruises and muscle pain", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894979-gyx4tx5k.jpg", imageAlt: "Arnica Montana pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Belladonna", description: "Effective for acute inflammatory conditions", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894980-mviwfh1o.jpg", imageAlt: "Belladonna pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Aconite", description: "Traditional remedy for sudden illnesses", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894979-gyx4tx5k.jpg", imageAlt: "Aconite pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Chamomilla", description: "Soothing remedy for digestive wellness", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894980-mviwfh1o.jpg", imageAlt: "Chamomilla pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Nux Vomica", description: "Support for digestive balance", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894979-gyx4tx5k.jpg", imageAlt: "Nux Vomica pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Phosphorus", description: "Energizing remedy for vitality", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcxQdy6Fek6RYDTU0mO1bAE3pV/uploaded-1772908894980-mviwfh1o.jpg", imageAlt: "Phosphorus pills", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
buttonHref: "#"
|
||||
},
|
||||
]}
|
||||
title="Our Medicine Collection"
|
||||
description="Explore our premium selection of homeopathic medicines"
|
||||
|
||||
Reference in New Issue
Block a user