Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15a1cc2ebb | |||
| 3ffff2a8ae | |||
| cc84399715 | |||
| 6d3c4084ba |
@@ -3,10 +3,10 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="Let’s grow your website with data-driven SEO."
|
title="Let’s grow your website with data-driven SEO."
|
||||||
@@ -174,12 +174,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Email: kme.optics@gmail.com", href: "mailto:kme.optics@gmail.com" }, { label: "Dhaka, Bangladesh", href: "#" }] },
|
{ title: "Contacts", items: [{ label: "Email: kme.optics@gmail.com", href: "mailto:kme.optics@gmail.com" }, { label: "Dhaka, Bangladesh", href: "#" }] },
|
||||||
{ items: [{ label: "Portfolio", href: "#portfolio" }, { label: "Blog", href: "#blog" }] }
|
{ title: "Resources", items: [{ label: "Portfolio", href: "#portfolio" }, { label: "Blog", href: "#blog" }] }
|
||||||
]}
|
]}
|
||||||
logoText="Kaif’s SEO Lab"
|
logoText="Kaif’s SEO Lab"
|
||||||
|
copyrightText="© 2026 | Kaif’s SEO Lab"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user