diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..cbc88f9 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,83 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import MediaAbout from '@/components/sections/about/MediaAbout'; + +export default function AboutPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx new file mode 100644 index 0000000..d678f1d --- /dev/null +++ b/src/app/checkout/page.tsx @@ -0,0 +1,91 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function CheckoutPage() { + return ( + + + + +
+

+ Secure Checkout +

+

+ Complete your purchase with our secure payment system. Thank you for choosing The Vegan Marie! +

+
+ {/* Placeholder for payment integration */} +
+ Payment Integration Coming Soon... +
+ +
+
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..a719d6a --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,87 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ContactText from '@/components/sections/contact/ContactText'; + +export default function ContactPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/education/page.tsx b/src/app/education/page.tsx new file mode 100644 index 0000000..eb1d940 --- /dev/null +++ b/src/app/education/page.tsx @@ -0,0 +1,95 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; + +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; + +export default function EducationPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 8248b89..8ede516 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; + import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; @@ -39,7 +39,7 @@ export default function LandingPage() { { name: "Products", id: "#products"}, { - name: "Education", id: "#education"}, + name: "Education", href: "/education"}, { name: "Testimonials", id: "#testimonials"}, { @@ -162,26 +162,6 @@ export default function LandingPage() { /> -
- -
); -} +} \ No newline at end of file diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx new file mode 100644 index 0000000..468ab07 --- /dev/null +++ b/src/app/products/page.tsx @@ -0,0 +1,113 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function ProductsPage() { + const productsData = [ + { + id: "product-1", name: "Organic Herbal Blend Tea", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spices-wooden-bowls_23-2148776472.jpg", imageAlt: "Organic Herbal Blend Tea"}, + { + id: "product-2", name: "Detox Superfood Powder", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-food-ingredients_23-2148869888.jpg", imageAlt: "Detox Superfood Powder"}, + { + id: "product-3", name: "Premium Sea Moss Gel", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721376.jpg", imageAlt: "Premium Sea Moss Gel"}, + { + id: "product-4", name: "Immunity Booster Tincture", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/mugs-near-cinnamon-plants-nuts-board_23-2148081011.jpg", imageAlt: "Immunity Booster Tincture"}, + { + id: "product-5", name: "Calming Chamomile Infusion", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-with-cup-tea-candles-cookies-knitted-elements_169016-45077.jpg", imageAlt: "Calming Chamomile Infusion"}, + { + id: "product-6", name: "Energy & Focus Capsules", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-medical-capsules-glass_23-2148455855.jpg", imageAlt: "Energy & Focus Capsules"}, + { + id: "product-7", name: "Herbal Detox Tea", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-medicinal-spices-herbs_23-2148776490.jpg", imageAlt: "Herbal Detox Tea"}, + { + id: "product-8", name: "Maca Root Powder", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/maca-root-powder-wooden-bowl_23-2150774219.jpg", imageAlt: "Maca Root Powder"}, + { + id: "product-9", name: "Spirulina Powder", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/bowl-spirulina-powder_23-2148714041.jpg", imageAlt: "Spirulina Powder"}, + { + id: "product-10", name: "Ashwagandha Capsules", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/ashwagandha-root_23-2149021208.jpg", imageAlt: "Ashwagandha Capsules"} + ]; + + const updatedNavItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "#about" }, + { name: "Products", id: "/products" }, + { name: "Education", id: "#education" }, + { name: "Testimonials", id: "#testimonials" }, + { name: "Contact", id: "#contact" }, + ]; + + const footerColumns = [ + { + title: "Shop", items: [ + { label: "Herbal Teas", href: "/products" }, + { label: "Herbal Powders", href: "/products" }, + { label: "Sea Moss Blends", href: "/products" }, + { label: "Remedies & Roots", href: "/products" }, + ], + }, + { + title: "Learn", items: [ + { label: "Our Story", href: "#about" }, + { label: "Herbal Benefits", href: "#features" }, + { label: "Wellness Education", href: "#education" }, + { label: "FAQ", href: "#faq" }, + ], + }, + { + title: "Connect", items: [ + { label: "Contact Us", href: "#contact" }, + { label: "Shipping & Returns", href: "#" }, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, + ], + }, + ]; + + return ( + + + + +
+ +
+ + +
+
+ ); +} diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx new file mode 100644 index 0000000..366e380 --- /dev/null +++ b/src/app/testimonials/page.tsx @@ -0,0 +1,108 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; + +export default function TestimonialsPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file