Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2299222f8 | |||
| c8d6e39f30 | |||
| de3034afb0 | |||
| d0edb1246b |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
@@ -147,18 +147,24 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
title="Ready to Experience Perissos?"
|
||||
description="Locate us in East Legon / Madina area or place your order today."
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
buttonText="Join Our Community"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-assortments-cake-decorating-ingredients_23-2148368259.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterBase
|
||||
logoText="Perissos Lounge"
|
||||
leftLink={{
|
||||
text: "Instagram", href: "https://instagram.com"}}
|
||||
rightLink={{
|
||||
text: "Contact", href: "tel:+233..."}}
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Contact", href: "tel:+233..." }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user