Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-02-20 13:03:45 +00:00
4 changed files with 26 additions and 6 deletions

View File

@@ -61,7 +61,26 @@ export default function BlogPage() {
)}
<div id="footer" data-section="footer">
<FooterBase />
<FooterBase
brandName="PandaCoffee"
copyrightText="© 2024 PandaCoffee. All Rights Reserved."
columns={[
{
title: "Pages", links: [
{ label: "Home", href: "/" },
{ label: "Blog", href: "/blog" },
{ label: "Shop", href: "/shop" },
]
},
{
title: "Social", links: [
{ label: "Twitter", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -163,6 +163,7 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg"
imageAlt="PandaCoffee storefront"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Your email address"
buttonText="Subscribe"

View File

@@ -80,7 +80,7 @@ export default function ProductPage({ params }: ProductPageProps) {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="PandaCoffee"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
@@ -111,7 +111,7 @@ export default function ProductPage({ params }: ProductPageProps) {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="PandaCoffee"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
@@ -149,7 +149,7 @@ export default function ProductPage({ params }: ProductPageProps) {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="PandaCoffee"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}

View File

@@ -55,7 +55,7 @@ export default function ShopPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="PandaCoffee"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
@@ -85,7 +85,7 @@ export default function ShopPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="PandaCoffee"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}