diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c27d40..9dfd902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,8 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; @@ -15,27 +13,6 @@ const assetMap: Record = { "hero-coffee-beans": { "url": "https://pixabay.com/get/gec564114d84fb929b083b17897fc121dfbe3f67f77c20ba81e4ee584ea1fd5d6f51dfef1b349f7b66583cdc80653f3a94a9c6d1f049ffd963753e58fc5488fe9_1280.jpg", "alt": "fresh coffee beans rustic setup" }, - "about-barista": { - "url": "https://pixabay.com/get/g975dd100b7fa909cbb921fca6551cc09a4ee95d9166bbc150f0be4c8c4ec10aab542a8a44ad949c3f51bfe36d9e7e8d345c74990b46ffca1c6fda6a4157bbc3d_1280.jpg", "alt": "barista pouring latte art" - }, - "product-espresso": { - "url": "https://pixabay.com/get/gf71dbf3ecb82b48876a1a7407baff43e32aeafaa6e02694a3bea260bfa13b60f0b36703799ea9c452568cd4d18d2ab3bedb5815b7bcbd20aab9f9af9eef27fad_1280.jpg", "alt": "classic espresso shot" - }, - "product-latte": { - "url": "https://pixabay.com/get/g829a4d843bbc5ded8bcec2fcd256c4b9be3686f36f9e8c9096947b82da3fadff949885d08557b6324b0fbb57cfc5b40118365cca59ee91b21d9cf0e6bb5bb226_1280.jpg", "alt": "creamy latte art mug" - }, - "product-cappuccino": { - "url": "https://pixabay.com/get/g998cc4010d6e7ceae8492c17dd4682b1073fe2d30d8140387712ac33d186958649f180503554f81cc51c0425ca3ed8c1499008fe7176eef99d12e723876ebb02_1280.jpg", "alt": "cappuccino with foam and cinnamon" - }, - "product-croissant": { - "url": "https://pixabay.com/get/g0605d179f182d23ae56255f5447d95ee8b411cc14ae6f006c035dd6173dee32141af9bc0d4a1cde0c6b29d8bdc3220854c5ec5d227bc58a4191899efbaf44b1f_1280.jpg", "alt": "freshly baked croissant pastry" - }, - "product-muffin": { - "url": "https://pixabay.com/get/gf4c1e327f91c786dc66827e4dcbeea8b919fd7cd29d564e31ce08920240bb0611e1842267357b228b56f5e47b5489eac85f451ef3f762741bdb2781bc978e927_1280.jpg", "alt": "blueberry muffin baked goods" - }, - "product-iced-americano": { - "url": "https://pixabay.com/get/gcfa7b717a7e78fa77566c0f9133ff71203f0b3f1db3eecc6afd0cd23faeb3f62db6b5fd97358d754763f725e5c6e35269517d2ff4959436f915b1f883daef494_1280.jpg", "alt": "iced americano glass cold coffee" - }, "feature-sourcing": { "url": "https://pixabay.com/get/gdb3a98d0367cc7e2f9cdef2669665b62f93d311793b938c2daccaaf348d0fbe76765540b79729bcbcd8b5b220e014d7c3ae57e4d74114dcb6bca9fff57acabe2_1280.jpg", "alt": "coffee bean farm landscape" }, @@ -106,8 +83,8 @@ export default function LandingPage() { description="Your daily dose of happiness, handcrafted with passion. Taste the difference in every cup." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Explore Menu", href: "#menu" }, - { text: "Our Story", href: "#about" } + { text: "Explore Menu", href: "/menu" }, + { text: "Our Story", href: "/about" } ]} layoutOrder="default" imageSrc={resolveAsset("asset://hero-coffee-beans").src} @@ -117,43 +94,6 @@ export default function LandingPage() { /> -
- -
- - -