5 Commits

Author SHA1 Message Date
35c6f3f8f1 Update src/app/page.tsx 2026-03-10 09:45:06 +00:00
53a072c74b Update src/app/layout.tsx 2026-03-10 09:45:06 +00:00
d3eadb624c Merge version_1 into main
Merge version_1 into main
2026-03-10 09:40:40 +00:00
9e547c709b Merge version_1 into main
Merge version_1 into main
2026-03-10 09:39:56 +00:00
60d810ac14 Merge version_1 into main
Merge version_1 into main
2026-03-10 09:38:49 +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>