diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
new file mode 100644
index 0000000..37f197d
--- /dev/null
+++ b/src/app/menu/page.tsx
@@ -0,0 +1,46 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+
+export default function MenuPage() {
+ const menu = [
+ { id: "t1", name: "Genmai Cha", price: "$7", imageSrc: "" },
+ { id: "t2", name: "Jasmin Green Tea", price: "$7", imageSrc: "" },
+ { id: "e1", name: "S.O.E Single", price: "$5", imageSrc: "" },
+ { id: "e2", name: "S.O.E Double", price: "$6", imageSrc: "" },
+ { id: "c1", name: "Single Espresso", price: "$4", imageSrc: "" },
+ { id: "c2", name: "Flat White", price: "$6", imageSrc: "" },
+ { id: "o1", name: "Colombia Narino", price: "$8", imageSrc: "" },
+ { id: "o2", name: "Panama Boquete", price: "$10", imageSrc: "" },
+ ];
+
+ return (
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8ef6b35..ab005fe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -12,6 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
+import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
export default function LandingPage() {
return (
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -48,63 +43,18 @@ export default function LandingPage() {
@@ -114,17 +64,12 @@ export default function LandingPage() {
title="Crafted Standards"
description="A curated rotation of global beans, each brewed to highlight its natural complexity and refined character."
metrics={[
- {
- value: "100%", title: "Intentional"},
- {
- value: "Small", title: "Batch"},
- {
- value: "Elite", title: "Baristas"},
+ { value: "100%", title: "Intentional" },
+ { value: "Small", title: "Batch" },
+ { value: "Elite", title: "Baristas" },
]}
imageSrc="http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg"
imageAlt="Barista Craft"
- mediaAnimation="slide-up"
- metricsAnimation="slide-up"
/>
@@ -133,156 +78,29 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "No Artificial Additives", "No Rushed Service", "No Shortcuts", "No Compromise", "No Pre-ground"],
- }}
- positiveCard={{
- items: [
- "Natural Complexity", "Expert Precision", "Minimalist Atmosphere", "Sustainable Sourcing", "Peak Freshness"],
- }}
+ negativeCard={{ items: ["No Artificial Additives", "No Rushed Service", "No Shortcuts"] }}
+ positiveCard={{ items: ["Natural Complexity", "Expert Precision", "Minimalist Atmosphere"] }}
title="No Sweeteners. No Shortcuts."
description="Built for those who appreciate coffee at its highest level. Every cup is crafted with patience."
/>
-
-
-
-
-
-
-
-
-
-
-
-