Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3b908e9a1 | |||
| b2602f9006 |
@@ -10,6 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Award, ChefHat, Facebook, Heart, Instagram, Mail, Sparkles, Twitter } from "lucide-react";
|
import { Award, ChefHat, Facebook, Heart, Instagram, Mail, Sparkles, Twitter } from "lucide-react";
|
||||||
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -26,7 +27,7 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarStyleCentered
|
||||||
brandName="Artisan Bakery"
|
brandName="Artisan Bakery"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -35,7 +36,8 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now", href: "https://example.com/order"
|
text: "Order Now",
|
||||||
|
href: "https://example.com/order"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user