diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..f856c3b --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,56 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import FooterCard from '@/components/sections/footer/FooterCard'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; + +export default function ContactPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a22407..8468b88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,21 +28,15 @@ export default function LandingPage() { @@ -51,35 +45,22 @@ export default function LandingPage() {
@@ -93,17 +74,11 @@ export default function LandingPage() { description="We partner with local farms to bring you only the freshest, chemical-free ingredients. Your health is our priority." bulletPoints={[ { - title: "Local Sourcing", - description: "Supporting local farmers and sustainable practices.", - }, + title: "Local Sourcing", description: "Supporting local farmers and sustainable practices."}, { - title: "Fresh Guaranteed", - description: "Picked at peak ripeness for maximum flavor.", - }, + title: "Fresh Guaranteed", description: "Picked at peak ripeness for maximum flavor."}, { - title: "Secure Delivery", - description: "Careful packaging for your groceries.", - }, + title: "Secure Delivery", description: "Careful packaging for your groceries."}, ]} imageSrc="http://img.b2bpic.net/free-photo/young-vendor-arranging-fresh-natural-products-farmers-market-stall-wearing-apron-preparing-local-stand-fresh-organic-fruits-veggies-outdoor-shop-selling-locally-grown-produce_482257-68701.jpg" imageAlt="Fresh market produce" @@ -119,33 +94,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Organic Red Apples", - price: "$4.99/kg", - variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/apples-with-drops-wicker-basket-light-wooden-grunge_176474-5559.jpg?_wi=1", - }, + id: "1", name: "Organic Red Apples", price: "$4.99/kg", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/apples-with-drops-wicker-basket-light-wooden-grunge_176474-5559.jpg?_wi=1"}, { - id: "2", - name: "Fresh Broccoli", - price: "$2.50/head", - variant: "Green", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-bunches-broccoli-black-surface_176474-776.jpg", - }, + id: "2", name: "Fresh Broccoli", price: "$2.50/head", variant: "Green", imageSrc: "http://img.b2bpic.net/free-photo/top-view-two-bunches-broccoli-black-surface_176474-776.jpg"}, { - id: "3", - name: "Juicy Oranges", - price: "$3.99/kg", - variant: "Citrus", - imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-inside-outside-basket-newspaper-gray-background_140725-139358.jpg", - }, + id: "3", name: "Juicy Oranges", price: "$3.99/kg", variant: "Citrus", imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-lemons-inside-outside-basket-newspaper-gray-background_140725-139358.jpg"}, { - id: "4", - name: "Organic Red Apples", - price: "$4.99/kg", - variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/apples-with-drops-wicker-basket-light-wooden-grunge_176474-5559.jpg?_wi=2", - }, + id: "4", name: "Organic Red Apples", price: "$4.99/kg", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/apples-with-drops-wicker-basket-light-wooden-grunge_176474-5559.jpg?_wi=2"}, ]} title="Explore Our Catalog" description="A curated selection of the best seasonal goods." @@ -159,37 +114,17 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@sarahj", - testimonial: "The best produce I've ever ordered online!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-tomatoes-with-stem-mushrooms-broccoli-basket-white-background_140725-143863.jpg", - }, + id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best produce I've ever ordered online!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-tomatoes-with-stem-mushrooms-broccoli-basket-white-background_140725-143863.jpg"}, { - id: "2", - name: "Michael B.", - handle: "@mikeb", - testimonial: "Freshness delivered, simple and quick.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-arrangement-vegetables-bag_23-2148643505.jpg", - }, + id: "2", name: "Michael B.", handle: "@mikeb", testimonial: "Freshness delivered, simple and quick.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-arrangement-vegetables-bag_23-2148643505.jpg"}, { - id: "3", - name: "Emma W.", - handle: "@emmaw", - testimonial: "Exceptional quality and great support.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruits-as-coconut-plum-apricot-peach-pear-basket-wooden-background-with-copy-space_141793-27903.jpg", - }, + id: "3", name: "Emma W.", handle: "@emmaw", testimonial: "Exceptional quality and great support.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruits-as-coconut-plum-apricot-peach-pear-basket-wooden-background-with-copy-space_141793-27903.jpg"}, { - id: "4", - name: "David L.", - handle: "@davidl", - testimonial: "My family loves the seasonal fruits.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/some-fresh-red-black-white-different-radishes-wooden-farmer-case-top-view_176474-1509.jpg", - }, + id: "4", name: "David L.", handle: "@davidl", testimonial: "My family loves the seasonal fruits.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/some-fresh-red-black-white-different-radishes-wooden-farmer-case-top-view_176474-1509.jpg"}, ]} showRating={true} title="Customer Favorites" diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx new file mode 100644 index 0000000..7e72bd1 --- /dev/null +++ b/src/app/shop/page.tsx @@ -0,0 +1,58 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; + +export default function ShopPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +}