Merge version_5 into main #6

Merged
bender merged 2 commits from version_5 into main 2026-05-21 03:29:58 +00:00
2 changed files with 7 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -32,7 +32,7 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "Shop", id: "#products" },
{ name: "Shop", id: "/products" },
{ name: "Classes", id: "#classes" },
{ name: "Contact", id: "#contact" },
]}
@@ -41,16 +41,12 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
<HeroBillboard
background={{ variant: "plain" }}
title="Welcome to Lakeside Cookie Co."
description="Custom-decorated cookies, decadent bakery, cookie decorating classes and party supply."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-homemade-chocolate-cookies-metal-tray_181624-57715.jpg", imageAlt: "gourmet artisan cookies bakery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-confectioner-hands-decorating-stars_1163-2856.jpg", imageAlt: "decorated cookies close up" },
{ imageSrc: "http://img.b2bpic.net/free-photo/homemade-cookies-female-hands-christmas-baking-top-view_169016-46602.jpg", imageAlt: "celebration party supplies display" },
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-homemade-chocolate-cookies-metal-tray_181624-57715.jpg"
imageAlt="gourmet artisan cookies bakery"
/>
</div>
@@ -159,4 +155,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -42,7 +42,7 @@ export default function ProductsPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Products", id: "/products" },
{ name: "Shop", id: "/#products" },
{ name: "Shop", id: "/products" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Lakeside Cookie Co."