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} + /> +
+ +
);