From 1a6e49ca4c203c91a73c56dab5a2278c620a902f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 10:56:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 325 +++++++++++++++++------------------------------ 1 file changed, 114 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05c2698..cd3070a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { MapPin } from "lucide-react"; +import ButtonBounceEffect from '@/components/button/ButtonBounceEffect/ButtonBounceEffect'; +import { MapPin, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -27,223 +28,125 @@ export default function LandingPage() { headingFontWeight="normal" > - +
+ window.open("https://wa.me/1234567890", "_blank")} + /> + +
-
- -
+ -
- -
+
+ +
- +
+ +
-
- -
+ -
- -
+
+ +
-
- -
+
+ +
- +
+ window.open("https://www.google.com/maps/search/?api=1&query=Al+Manarah+Riyadh", "_blank") + }} + ctaIcon={MapPin} + /> +
+ +
); -- 2.49.1