Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-20 14:02:29 +00:00
4 changed files with 4 additions and 13 deletions

View File

@@ -27,14 +27,10 @@ export default function BlogPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]}
brandName="Bayka"
button={{ text: "Order Now", href: "#menu" }}
button={{ text: "Order Now", href: "/#menu" }}
className="py-4 px-6"
buttonClassName="px-5 py-2"
/>
@@ -60,7 +56,6 @@ export default function BlogPage() {
logoText="Bayka"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={false}
/>
</ReactLenis>
</ThemeProvider>

View File

@@ -164,8 +164,7 @@ export default function LandingPage() {
{
number: '03',
title: 'Cozy Atmosphere',
description: 'Relax in our welcoming space, designed for comfort and connection. It\'s your perfect escape.',
tag: 'Inviting',
description: "Relax in our welcoming space, designed for comfort and connection. It's your perfect escape.", tag: 'Inviting',
},
]}
stepsAnimation="slide-up"
@@ -227,8 +226,7 @@ export default function LandingPage() {
},
{
id: '6',
name: 'Liam O\'Connell',
role: 'Barista Trainer',
name: "Liam O'Connell", role: 'Barista Trainer',
company: 'Coffee Academy',
rating: 5,
imageSrc: 'https://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg',

View File

@@ -206,7 +206,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Bayka"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -89,7 +89,6 @@ export default function ShopPage() {
logoText="Bayka"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={false}
/>
</div>
</ReactLenis>