diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 89099fb..2047e3a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,126 +8,51 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import { Award, Fish, Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); diff --git a/src/app/bulk-orders/page.tsx b/src/app/bulk-orders/page.tsx index 34c79a3..247421d 100644 --- a/src/app/bulk-orders/page.tsx +++ b/src/app/bulk-orders/page.tsx @@ -7,185 +7,60 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -export default function LandingPage() { +export default function BulkOrdersPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9750521..0ddcfd4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,112 +7,51 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ef9cdf2..eb5586b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,171 +7,55 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -export default function LandingPage() { +export default function MenuPage() { return ( - - - - -
- -
- - + + +
+ +
+
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 08501c5..757ea2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,237 +16,85 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
);