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