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