Update src/App.tsx
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import React from "react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ThemeProvider from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Award, Leaf, Milk } from "lucide-react";
|
||||
|
||||
import NavbarFloating from "@/components/ui/NavbarFloating";
|
||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarFloating
|
||||
brandName="Alba Dairy"
|
||||
logo="Alba Dairy"
|
||||
navItems={[
|
||||
{ name: "Home", href: "#home" },
|
||||
{ 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">
|
||||
<ContactCta
|
||||
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!"
|
||||
primaryButton={{ text: "Contact Us", href: "mailto:info@albadairy.dk" }}
|
||||
secondaryButton={{ text: "Our Locations", href: "#" }}
|
||||
|
||||
Reference in New Issue
Block a user