Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 834e5afa9e | |||
| 0e1eb23a36 |
@@ -9,6 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleDefault from '@/components/sections/navbar/NavbarStyleDefault';
|
||||
import { Award, Heart, Leaf, Sparkles, Star, Users } from "lucide-react";
|
||||
|
||||
export default function SitePage() {
|
||||
@@ -26,7 +27,7 @@ export default function SitePage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarStyleDefault
|
||||
navItems={[{name:"Hero",id:"hero-section"},{name:"About",id:"about-section"},{name:"Feature",id:"features-section"},{name:"Product",id:"product-section"},{name:"Testimonial",id:"testimonial-section"},{name:"Contact",id:"contact-section"}]}
|
||||
button={{text:"Order Now",href:"#product-section"}}
|
||||
brandName="WarmCrust Bakery"
|
||||
|
||||
Reference in New Issue
Block a user