From ae93349cc98384e9471c591a89305bc5722b3c97 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 18:06:17 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f5b833d..685137d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -12,8 +12,6 @@ export default function BlogPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Blog", id: "/blog" }, - { name: "Shop", id: "/shop" }, ]; return ( From 0870c2d11fd536038851ff10c6413525e6968451 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 18:06:18 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 844b6ef..ebc3ed1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,13 +31,13 @@ export default function LandingPage() {
@@ -52,10 +52,10 @@ export default function LandingPage() { ]} rating={5} ratingText="Loved by Generations of Customers" - buttons={[{ text: "View Our Menu", href: "#product" }, { text: "Order Pickup", href: "#contact" }]} + buttons={[{ text: "View Our Menu", href: "product" }, { text: "Order Pickup", href: "contact" }]} mediaAnimation="slide-up" - tagAnimation="reveal-blur" - buttonAnimation="reveal-blur" + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" titleClassName="text-foreground" descriptionClassName="text-foreground" tagClassName="text-accent" @@ -94,7 +94,7 @@ export default function LandingPage() { stepsAnimation="slide-up" useInvertedBackground={false} tag="Our Process" - tagAnimation="reveal-blur" + tagAnimation="blur-reveal" titleClassName="text-foreground" descriptionClassName="text-foreground" stepTitleClassName="text-foreground" @@ -171,8 +171,8 @@ export default function LandingPage() { ]} background={{ variant: 'plain' }} useInvertedBackground={false} - tagAnimation="reveal-blur" - buttonAnimation="reveal-blur" + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" titleClassName="text-foreground" descriptionClassName="text-foreground" tagClassName="text-accent" @@ -182,9 +182,9 @@ export default function LandingPage() { From bcd3c8d3f3f9c2c8b4f62d00df717328f431c6a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 18:06:19 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 74f58ff..5ac4b92 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -76,8 +76,6 @@ function ProductPageContent({ params }: ProductPageProps) { const navItems = [ { name: "Home", id: "/" }, - { name: "Blog", id: "/blog" }, - { name: "Shop", id: "/shop" }, ]; const footerColumns = [ From 85e536f62806181636ace4effe3303a37f4d5dfc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 18:06:20 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7f5f6c0..b58e568 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -18,8 +18,6 @@ export default function ShopPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Blog", id: "/blog" }, - { name: "Shop", id: "/shop" }, ]; const footerColumns = [