diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0621a20..7c7bc74 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
+import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import TextAbout from '@/components/sections/about/TextAbout';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -37,28 +37,26 @@ export default function LandingPage() {
-
@@ -70,7 +68,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Celebrating the Beauty of Nature Through Floral Design. At Kviten, we believe every flower tells a story. Our studio combines traditional florist techniques with contemporary aesthetics to create arrangements that inspire, delight, and endure."
buttons={[
- { text: "Learn Our Story", href: "#features" }
+ { text: "Learn Our Story", href: "features" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -85,7 +83,7 @@ export default function LandingPage() {
tagIcon={Star}
tagAnimation="slide-up"
buttons={[
- { text: "Get a Quote", href: "#contact" }
+ { text: "Get a Quote", href: "contact" }
]}
buttonAnimation="slide-up"
features={[
@@ -166,23 +164,23 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
- { label: "Wedding Flowers", href: "#features" },
- { label: "Event Decoration", href: "#features" },
- { label: "Gift Arrangements", href: "#features" },
- { label: "Subscriptions", href: "#features" }
+ { label: "Wedding Flowers", href: "features" },
+ { label: "Event Decoration", href: "features" },
+ { label: "Gift Arrangements", href: "features" },
+ { label: "Subscriptions", href: "features" }
]
},
{
title: "About", items: [
- { label: "Our Story", href: "#about" },
+ { label: "Our Story", href: "about" },
{ label: "Our Team", href: "#" },
- { label: "Portfolio", href: "#features" },
+ { label: "Portfolio", href: "features" },
{ label: "Blog", href: "#" }
]
},
{
title: "Contact", items: [
- { label: "Get in Touch", href: "#contact" },
+ { label: "Get in Touch", href: "contact" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Follow Us", href: "#" }