Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86ca82a891 | |||
| 9e1b1d1a36 | |||
| c17558cd9f | |||
| 9bfa6fdfe7 | |||
| 3e205a6449 |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
@@ -187,7 +187,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-marketing-agency-team-brainstorming-solutions_23-2149363065.jpg"
|
||||
imageAlt="Digital marketing agency team brainstorming"
|
||||
logoText="Arnab أرنب للتسويق"
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة", items: [
|
||||
@@ -214,8 +217,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2023 Arnab. جميع الحقوق محفوظة."
|
||||
bottomRightText="Vision: نحن في Arnab نبدأ معك اليوم من مكتبنا، وعيننا على الطموح الأكبر.. أن نلتقي قريباً في برج أرنب الأيقوني المستقبلي كشركاء صنعوا النجاح معاً من البداية. احجز جلستك الإستشارية المجانية الأولى معنا الآن 📞"
|
||||
copyrightText="© 2023 Arnab. جميع الحقوق محفوظة."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
--primary-cta: #0508F7;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #111111;
|
||||
--secondary-cta-text: #0013ff;
|
||||
--accent: #e0e0e0;
|
||||
--background-accent: #e8e8e8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user