Changeset ff01f66 for frontend/src/pages/LandingPage/LandingPage.jsx
- Timestamp:
- 02/10/26 14:14:56 (5 months ago)
- Branches:
- master
- Children:
- 8c01a1f
- Parents:
- 5c20c64
- File:
-
- 1 edited
-
frontend/src/pages/LandingPage/LandingPage.jsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/pages/LandingPage/LandingPage.jsx
r5c20c64 rff01f66 3 3 import Hero from "./components/Hero"; 4 4 import Footer from "./components/Footer"; 5 import { Faq } from "./components/Faq";6 5 import { HowItWorks } from "./components/HowItWorks"; 7 6 import { Who } from "./components/Who"; 8 7 import { Faq } from "./components/Faq"; 8 import Features from "./components/Features"; 9 import Benefits from "./components/Benefits"; 9 10 const LandingPage = () => { 10 11 return ( … … 14 15 <HowItWorks /> 15 16 <Who /> 17 <Features /> 18 <Benefits /> 16 19 <Faq /> 17 20 <Footer />
Note:
See TracChangeset
for help on using the changeset viewer.
