Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c2951ff6d | |||
| 51a40b6f10 | |||
| 6046dba494 | |||
| 21cf466455 | |||
| 5603ef5b9f |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
@@ -120,12 +120,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7ebOgJEYpJre174Vl8H5pb1V/a-high-tech-modern-software-engineering--1774868574372-0ff946ae.png?_wi=7"
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{ title: "Learning", items: [{ label: "Foundations", href: "#" }, { label: "Linear", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Practice", href: "#" }, { label: "FAQ", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 | DSA Mastery"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user