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 (
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() {
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 = [
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 = [