Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24e41db984 | |||
| 55d8445360 | |||
| dcb6527657 |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -196,30 +196,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterBaseCard
|
||||
logoText="Why Roastery"
|
||||
columns={[
|
||||
{
|
||||
title: "Why Roastery", items: [
|
||||
{
|
||||
label: "3137 King Abdullah Rd, Madinah", href: "#"},
|
||||
{
|
||||
label: "057 017 1434", href: "tel:0570171434"},
|
||||
{ label: "3137 King Abdullah Rd, Madinah", href: "#"},
|
||||
{ label: "057 017 1434", href: "tel:0570171434"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{ label: "Menu", href: "#products"},
|
||||
{ label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Why Roastery"
|
||||
bottomRightText="All rights reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user