diff --git a/src/app/page.tsx b/src/app/page.tsx index ba29772..e3d2540 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Instagram, MapPin } from "lucide-react"; +import { Instagram, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -37,6 +37,7 @@ export default function LandingPage() { { name: "Visit", id: "contact" }, ]} brandName="Asteroid Vinyl Cafe" + button={{ text: "Call Us", onClick: () => window.location.href = 'tel:4242276255' }} /> @@ -59,7 +60,7 @@ export default function LandingPage() { { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bk7mBTJcMPKfsFHipdjzxq4EhX/uploaded-1775059898807-082yvq5d.png?_wi=4", imageAlt: "Cafe Exterior" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bk7mBTJcMPKfsFHipdjzxq4EhX/uploaded-1775059898808-ep3prjjh.png?_wi=3", imageAlt: "Vinyl Detail" }, ]} - buttons={[{ text: "View Menu", href: "#menu" }]} + buttons={[{ text: "View Menu", href: "#menu" }] /> @@ -109,29 +110,16 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file