5 Commits

Author SHA1 Message Date
adfe04f0f6 Merge version_4 into main
Merge version_4 into main
2026-05-20 16:31:56 +00:00
147533d342 Update src/app/page.tsx 2026-05-20 16:31:53 +00:00
be48b22937 Merge version_3 into main
Merge version_3 into main
2026-05-20 16:29:34 +00:00
2ecd66130d Update src/app/page.tsx 2026-05-20 16:29:30 +00:00
c76833a157 Merge version_2 into main
Merge version_2 into main
2026-05-20 16:26:44 +00:00

View File

@@ -30,16 +30,7 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "#hero"},
{
name: "About", id: "#about"},
{
name: "Menu", id: "#products"},
{
name: "Visit", id: "#contact"},
]}
navItems={[]}
brandName="Wellington Bakery"
/>
</div>
@@ -59,12 +50,7 @@ export default function LandingPage() {
value: "Daily", label: "Baked Fresh"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "View Menu", href: "#products"},
{
text: "Visit Us", href: "#contact"},
]}
buttons={[]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg"
mediaAnimation="slide-up"
avatars={[
@@ -99,10 +85,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="About Wellington Bakery"
buttons={[
{
text: "Learn More"},
]}
buttons={[]}
/>
</div>
@@ -200,10 +183,7 @@ export default function LandingPage() {
tag="Visit Us"
title="460 Wellington Main St"
description="Stop by Wellington Bakery fresh every morning."
buttons={[
{
text: "Get Directions", href: "https://maps.google.com"},
]}
buttons={[]}
/>
</div>
@@ -214,8 +194,6 @@ export default function LandingPage() {
title: "Bakery", items: [
{
label: "Our Story", href: "#about"},
{
label: "Menu", href: "#products"},
{
label: "Contact", href: "#contact"},
],
@@ -238,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}