diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..05303be --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,60 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import { Award, Coffee, Heart } from "lucide-react"; + +export default function AboutPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f4a18a8..2b80550 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, Coffee, Heart, Smile, Utensils } from "lucide-react"; +import FooterBase from '@/components/sections/footer/FooterBase'; export default function LandingPage() { return ( @@ -33,12 +25,10 @@ export default function LandingPage() { @@ -48,7 +38,7 @@ export default function LandingPage() { title="Authentic Greek Flavors in the Heart of Haar" description="Experience the warmth of Greece with our traditional coffee, handmade tiropita, and sweet pastries. Your cozy escape, right on the main street." tag="Welcome to MeetGreek" - buttons={[{ text: "View Menu", href: "#menu" }]} + buttons={[{ text: "View Menu", href: "#" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-lot-bread-table_171337-16157.jpg", imageAlt: "Cafe interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-coffee-kettl-with-roasted-beanse_23-2148337147.jpg", imageAlt: "Greek coffee" } @@ -59,112 +49,10 @@ export default function LandingPage() { /> -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- -
- -
-