Merge version_2 into main #4
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -12,6 +12,14 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"
|
||||
import { Star, Flame, Heart, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handlePhoneCall = () => {
|
||||
window.location.href = "tel:+923246024243";
|
||||
};
|
||||
|
||||
const handleWhatsApp = () => {
|
||||
window.open("https://wa.me/923246024243", "_blank");
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -139,6 +147,7 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Enter your phone number"
|
||||
buttonText="Call Us"
|
||||
termsText="We respect your privacy. Our team will get back to you shortly with your order."
|
||||
onSubmit={handlePhoneCall}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user