Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7d4a54843 | |||
| 689d0b526e | |||
| 062201d41b | |||
| ffc10a6856 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
@@ -229,30 +229,31 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterBaseReveal
|
||||||
|
logoText="AirtimeConnect"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
title: "Company", items: [
|
||||||
{
|
{ label: "About Us", href: "#" },
|
||||||
label: "Home", href: "#hero"},
|
{ label: "Contact", href: "#contact" },
|
||||||
{
|
{ label: "Careers", href: "#" },
|
||||||
label: "Features", href: "#features"},
|
|
||||||
{
|
|
||||||
label: "Pricing", href: "#pricing"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
title: "Products", items: [
|
||||||
{
|
{ label: "Airtime Top-up", href: "#pricing" },
|
||||||
label: "Contact", href: "#contact"},
|
{ label: "Data Bundles", href: "#" },
|
||||||
{
|
{ label: "Support", href: "#faq" },
|
||||||
label: "Terms", href: "#"},
|
],
|
||||||
{
|
},
|
||||||
label: "Privacy", href: "#"},
|
{
|
||||||
|
title: "Legal", items: [
|
||||||
|
{ label: "Privacy", href: "#" },
|
||||||
|
{ label: "Terms", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="AirtimeConnect"
|
copyrightText="© 2024 AirtimeConnect Zimbabwe. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user