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