Update src/App.tsx
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import ThemeProvider from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Award, Leaf, Milk } from "lucide-react";
|
import { Award, Leaf, Milk } from "lucide-react";
|
||||||
|
|
||||||
import NavbarFloating from "@/components/ui/NavbarFloating";
|
import NavbarFloating from "@/components/ui/NavbarFloating";
|
||||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarFloating
|
<NavbarFloating
|
||||||
brandName="Alba Dairy"
|
logo="Alba Dairy"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", href: "#home" },
|
{ name: "Home", href: "#home" },
|
||||||
{ name: "About", href: "#about" },
|
{ name: "About", href: "#about" },
|
||||||
@@ -196,7 +196,6 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact" data-webild-component="ContactCta" data-webild-component-path="@/components/sections/contact/ContactCta">
|
<div id="contact" data-section="contact" data-webild-component="ContactCta" data-webild-component-path="@/components/sections/contact/ContactCta">
|
||||||
<ContactCta
|
<ContactCta
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Have questions or want to partner with us? Reach out!"
|
|
||||||
text="Have questions or want to partner with us? Reach out!"
|
text="Have questions or want to partner with us? Reach out!"
|
||||||
primaryButton={{ text: "Contact Us", href: "mailto:info@albadairy.dk" }}
|
primaryButton={{ text: "Contact Us", href: "mailto:info@albadairy.dk" }}
|
||||||
secondaryButton={{ text: "Our Locations", href: "#" }}
|
secondaryButton={{ text: "Our Locations", href: "#" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user