Merge version_2 into main #2
@@ -2,16 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,7 +29,6 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Courses", id: "courses" },
|
||||
{ name: "Faculty", id: "faculty" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Safety First Academy"
|
||||
@@ -45,6 +39,7 @@ export default function LandingPage() {
|
||||
<HeroOverlayTestimonial
|
||||
title="Professional Safety & Compliance Courses"
|
||||
description="Master essential workplace safety protocols with our industry-leading educational programs."
|
||||
testimonials={[]}
|
||||
buttons={[{ text: "Start Your Medical Journey", href: "#contact" }]}
|
||||
imageSrc="https://images.unsplash.com/photo-1581092160607-ee22621dd758?q=80&w=2070&auto=format&fit=crop"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user