Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #12.
This commit is contained in:
2026-05-14 10:51:13 +00:00
5 changed files with 60 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { MessageCircle } from "lucide-react";
export default function AboutPage() {
return (
@@ -78,7 +79,17 @@ export default function AboutPage() {
bottomRightText="Islamabad, Pakistan"
/>
</div>
<a
href="https://wa.me/923356442987"
target="_blank"
rel="noreferrer"
className="fixed bottom-8 right-8 z-50 p-4 rounded-full bg-green-500 text-white shadow-lg animate-pulse hover:scale-110 transition-transform"
aria-label="WhatsApp"
>
<MessageCircle size={24} />
</a>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,6 +6,7 @@ import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -83,7 +84,17 @@ export default function LandingPage() {
bottomRightText="Islamabad, Pakistan"
/>
</div>
<a
href="https://wa.me/923356442987"
target="_blank"
rel="noreferrer"
className="fixed bottom-8 right-8 z-50 p-4 rounded-full bg-green-500 text-white shadow-lg animate-pulse hover:scale-110 transition-transform"
aria-label="WhatsApp"
>
<MessageCircle size={24} />
</a>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -8,6 +8,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import { MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -124,7 +125,17 @@ export default function LandingPage() {
bottomRightText="Islamabad, Pakistan"
/>
</div>
<a
href="https://wa.me/923356442987"
target="_blank"
rel="noreferrer"
className="fixed bottom-8 right-8 z-50 p-4 rounded-full bg-green-500 text-white shadow-lg animate-pulse hover:scale-110 transition-transform"
aria-label="WhatsApp"
>
<MessageCircle size={24} />
</a>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,6 +6,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -93,7 +94,17 @@ export default function LandingPage() {
bottomRightText="Islamabad, Pakistan"
/>
</div>
<a
href="https://wa.me/923356442987"
target="_blank"
rel="noreferrer"
className="fixed bottom-8 right-8 z-50 p-4 rounded-full bg-green-500 text-white shadow-lg animate-pulse hover:scale-110 transition-transform"
aria-label="WhatsApp"
>
<MessageCircle size={24} />
</a>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,6 +6,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import { MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -90,7 +91,17 @@ export default function LandingPage() {
bottomRightText="Islamabad, Pakistan"
/>
</div>
<a
href="https://wa.me/923356442987"
target="_blank"
rel="noreferrer"
className="fixed bottom-8 right-8 z-50 p-4 rounded-full bg-green-500 text-white shadow-lg animate-pulse hover:scale-110 transition-transform"
aria-label="WhatsApp"
>
<MessageCircle size={24} />
</a>
</ReactLenis>
</ThemeProvider>
);
}
}