diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 235c6a2..0f4a290 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,13 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; +import { Poppins } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); const inter = Inter({ @@ -44,7 +44,7 @@ export default function RootLayout({ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index a4765b9..82c1349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,6 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TextAbout from '@/components/sections/about/TextAbout'; +import { ArrowRight, Zap, Lock, TrendingUp, Users, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -24,8 +30,9 @@ export default function LandingPage() { brandName="FinanTech" navItems={[ { name: "Home", id: "hero" }, - { name: "About", id: "about" }, - { name: "Features", id: "features" } + { name: "How It Works", id: "how-it-works" }, + { name: "Features", id: "features" }, + { name: "Projects", id: "projects" } ]} button={{ text: "Get Started", href: "#" @@ -45,7 +52,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJGP8gArLWRfHJt1tHsEBVGMy/abstract-3d-gradient-sphere-with-neon-pu-1772518823262-e21370ad.png", imageAlt: "Gradient sphere glow background" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQJGP8gArLWRfHJt1tHsEBVGMy/uploaded-1772519531657-j4yjre33.png", imageAlt: "Investment platform hero image" } ]} autoplayDelay={5000} @@ -61,6 +68,122 @@ export default function LandingPage() { /> +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+