From 49170171b67727f8b0e54dbea24879490f83d3e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 09:00:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d60b8a..eab645f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Clock, Leaf, Truck, Utensils } from "lucide-react"; +import { Clock, Leaf, MessageCircle, Truck, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -39,6 +39,8 @@ export default function LandingPage() { name: "About", id: "about"}, { name: "Contact", id: "contact"}, + { + name: "WhatsApp", id: "whatsapp"}, ]} brandName="Bolani" /> @@ -95,6 +97,8 @@ export default function LandingPage() { { type: "text", text: "Best in Kabul"}, ]} + buttons={[{ + text: "Chat on WhatsApp", href: "https://wa.me/93700000000"}]} /> @@ -229,6 +233,8 @@ export default function LandingPage() { label: "About", href: "#about"}, { label: "Contact", href: "#contact"}, + { + label: "WhatsApp", href: "https://wa.me/93700000000"}, ], }, { -- 2.49.1