diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a637aa..fa5817e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,8 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Shield, Star, Zap } from "lucide-react"; +import { Shield, Star, Zap, Phone, MessageCircleMore } from "lucide-react"; +import Link from 'next/link'; export default function LandingPage() { return ( @@ -256,6 +257,9 @@ export default function LandingPage() { text: "Contact Support", href: "#"}, { text: "Send an Email", href: "mailto:support@gadgetverse.com"}, + { + text: "Call Us", href: "tel:+2348012345678" + } ]} /> @@ -306,6 +310,25 @@ export default function LandingPage() { copyrightText="© 2024 GadgetVerse. All rights reserved." /> + {/* Floating WhatsApp Button */} + + + + + {/* Floating Click-to-call Button */} + + + ); diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dbdbc9e..65e7ef9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #511f1f; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #000000; --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);