Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-10 09:45:11 +00:00
2 changed files with 16 additions and 1410 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>