diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 6118b47..b30f317 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { CheckCircle, Flame, Wine, Clock, Leaf, Users, Heart, Award } from 'lucide-react'; @@ -39,7 +39,7 @@ export default function FeaturesPage() {
- diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eedf93..80800cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { imagePosition="right" buttons={[ { text: "Reserve Now", href: "#contact" }, - { text: "View Menu", href: "#dishes" } + { text: "Explore Features", href: "/features" } ]} buttonAnimation="slide-up" />