Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-29 22:41:58 +00:00
2 changed files with 14 additions and 12 deletions

View File

@@ -29,17 +29,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "#hero"},
name: "Home", id: "/"},
{
name: "About", id: "#about"},
name: "About", id: "/#about"},
{
name: "Services", id: "#services"},
name: "Services", id: "/#services"},
{
name: "Shop", id: "#shop"},
name: "Shop", id: "/shop"},
{
name: "Testimonials", id: "#testimonials"},
name: "Testimonials", id: "/#testimonials"},
{
name: "Contact", id: "#contact"},
name: "Contact", id: "/#contact"},
]}
brandName="Chef Artisan"
/>
@@ -106,6 +106,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Contact Us"
title="Inquire About Your Event"
description="Interested in bringing a professional chef to your home? Leave your details and we will reach out to discuss your specific requirements."
background={{ variant: "sparkles-gradient" }}
@@ -120,16 +121,16 @@ export default function LandingPage() {
columns={[
{
title: "Navigation", items: [
{ label: "Home", href: "#hero" },
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Shop", href: "#shop" },
{ label: "Home", href: "/" },
{ label: "About", href: "/#about" },
{ label: "Services", href: "/#services" },
{ label: "Shop", href: "/shop" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Inquiry", href: "#contact" },
{ label: "About Us", href: "/#about" },
{ label: "Inquiry", href: "/#contact" },
],
},
]}

View File

@@ -41,6 +41,7 @@ export default function ShopPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Artisan Olive Oil", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/extra-virgin-olive-oil-with-rosemary-wooden-table_23-2148443905.jpg" },
{ id: "p2", name: "Truffle Infused Salt", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salt-various-spices-bowl-with-copy-space_23-2148560946.jpg" },