3 Commits

Author SHA1 Message Date
db72e58b2a Merge version_2 into main
Merge version_2 into main
2026-02-26 12:47:20 +00:00
834e5afa9e Bob AI: auto-fix build error (runtime_error) 2026-02-26 12:47:15 +00:00
0e1eb23a36 Bob AI: Replace the current NavbarStyleCentered navbar with a differ 2026-02-26 12:46:59 +00:00

View File

@@ -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"