Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6eaaaa348d | |||
| b2c43b5de1 | |||
| d59ce7b93a | |||
| 08b28f0c5c | |||
| e668990d0a | |||
| 241f490e95 |
@@ -8,7 +8,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
@@ -30,11 +30,11 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Subjects", id: "#subjects" },
|
||||
{ name: "Dashboard", id: "#dashboard" },
|
||||
{ name: "Ask AI", id: "#ask-ai" },
|
||||
{ name: "Subjects", id: "#product" },
|
||||
{ name: "Dashboard", id: "#metrics" },
|
||||
{ name: "Ask AI", id: "#features" },
|
||||
]}
|
||||
brandName="Nexus IGCSE"
|
||||
/>
|
||||
@@ -211,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user