Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6352309040 | |||
| 44a2d67f3d | |||
| 0d67b4d77a |
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-lora), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-lora), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Lora } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const lora = Lora({
|
const inter = Inter({
|
||||||
variable: "--font-lora",
|
variable: "--font-inter",
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body
|
<body
|
||||||
className={lora.variable}
|
className={inter.variable}
|
||||||
>
|
>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
@@ -82,21 +82,21 @@ export default function LandingPage() {
|
|||||||
id: "1",
|
id: "1",
|
||||||
name: "ClimateFlow",
|
name: "ClimateFlow",
|
||||||
price: "Series B",
|
price: "Series B",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767043239120-nvo76k90.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767045810718-px7f0did.jpg",
|
||||||
imageAlt: "ClimateFlow investment"
|
imageAlt: "ClimateFlow investment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "FinCore AI",
|
name: "FinCore AI",
|
||||||
price: "Series A",
|
price: "Series A",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767043239120-nvo76k90.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767045810718-px7f0did.jpg",
|
||||||
imageAlt: "FinCore AI investment"
|
imageAlt: "FinCore AI investment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "BioScale",
|
name: "BioScale",
|
||||||
price: "Series B",
|
price: "Series B",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767043239120-nvo76k90.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767045810718-px7f0did.jpg",
|
||||||
imageAlt: "BioScale investment"
|
imageAlt: "BioScale investment"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
|||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardEight
|
<MetricCardEight
|
||||||
title="Proven track record of delivering exceptional returns and building category leaders"
|
title="Proven track record of delivering exceptional returns and building category leaders"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767043239120-nvo76k90.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767045843364-dsl3ehhb.jpg"
|
||||||
imageAlt="Investment growth chart"
|
imageAlt="Investment growth chart"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", value: "$850M+", title: "Assets Under Management" },
|
{ id: "1", value: "$850M+", title: "Assets Under Management" },
|
||||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
name: "Sarah Chen",
|
name: "Sarah Chen",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140101670-ttp7xdlv.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767045843822-th04bajv.jpg",
|
||||||
imageAlt: "Sarah Chen"
|
imageAlt: "Sarah Chen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "David Patel",
|
name: "David Patel",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766735981305-ohmchoon.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767045843571-6vu2tgtk.jpg",
|
||||||
imageAlt: "David Patel"
|
imageAlt: "David Patel"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user