Ignore:
Timestamp:
02/10/26 14:14:56 (5 months ago)
Author:
Andrej <asumanovski@…>
Branches:
master
Children:
8c01a1f
Parents:
5c20c64
Message:

Fixed landing page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/pages/LandingPage/LandingPage.jsx

    r5c20c64 rff01f66  
    33import Hero from "./components/Hero";
    44import Footer from "./components/Footer";
    5 import { Faq } from "./components/Faq";
    65import { HowItWorks } from "./components/HowItWorks";
    76import { Who } from "./components/Who";
    8 
     7import { Faq } from "./components/Faq";
     8import Features from "./components/Features";
     9import Benefits from "./components/Benefits";
    910const LandingPage = () => {
    1011  return (
     
    1415      <HowItWorks />
    1516      <Who />
     17      <Features />
     18      <Benefits />
    1619      <Faq />
    1720      <Footer />
Note: See TracChangeset for help on using the changeset viewer.