diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7fff738..021fa42 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,127 +7,70 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SplitAbout from '@/components/sections/about/SplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e4c72ee..df3ec5c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,107 +7,61 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index e83dc6a..b507741 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,183 +7,71 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -export default function LandingPage() { +export default function MenuPage() { return ( - + - + -
- -
+
+ +
- +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index c991b22..0e37fe9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,8 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem'; import TextAbout from '@/components/sections/about/TextAbout'; +import { ArrowRight } from 'lucide-react'; export default function LandingPage() { return ( @@ -16,151 +16,85 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);