Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80b5c72292 | |||
| 4427c7494f | |||
| 74a290ccfa | |||
| ac2e11c39c | |||
| 412309b08e | |||
| 6bdefa3a3f | |||
| e10abe0ae5 | |||
| ed7e217174 | |||
| 54f05a82b3 | |||
| 0ecaaf8098 |
@@ -4,21 +4,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1c1c1c;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #15479c;;
|
||||
--background-accent: #a8cce8;; */
|
||||
/* --background: #010912;;
|
||||
--card: #152840;;
|
||||
--foreground: #e6f0ff;;
|
||||
--primary-cta: #cee7ff;;
|
||||
--secondary-cta: #0e1a29;;
|
||||
--accent: #3f5c79;;
|
||||
--background-accent: #004a93;; */
|
||||
|
||||
--background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1c1c1c;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #15479c;;
|
||||
--background-accent: #a8cce8;;
|
||||
--background: #010912;;
|
||||
--card: #152840;;
|
||||
--foreground: #e6f0ff;;
|
||||
--primary-cta: #cee7ff;;
|
||||
--secondary-cta: #0e1a29;;
|
||||
--accent: #3f5c79;;
|
||||
--background-accent: #004a93;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
@@ -509,7 +509,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-noto-sans), sans-serif;
|
||||
font-family: var(--font-space-grotesk), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -522,5 +522,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-noto-sans), sans-serif;
|
||||
font-family: var(--font-space-grotesk), sans-serif;
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Noto_Sans } from "next/font/google";
|
||||
import { Space_Grotesk } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const notoSans = Noto_Sans({
|
||||
variable: "--font-noto-sans", subsets: ["latin"],
|
||||
const spaceGrotesk = Space_Grotesk({
|
||||
variable: "--font-space-grotesk", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -30,7 +30,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={notoSans.variable}
|
||||
className={spaceGrotesk.variable}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
@@ -15,16 +15,16 @@ import { Zap, Calendar } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="sharp"
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="radialGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="inset-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
@@ -41,18 +41,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroSplitKpi
|
||||
title="Building the future, one innovation at a time"
|
||||
description="Our tech startup delivers elegant, powerful solutions designed for tomorrow's digital world. Experience the perfect blend of simplicity and sophistication."
|
||||
tag="Next Generation"
|
||||
tagIcon={Zap}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/multiethnic-specialists-engineers-doing-teamwork-modern-production-line_482257-125956.jpg"
|
||||
imageAlt="Revolutionary tech product showcase"
|
||||
imagePosition="right"
|
||||
buttons={[
|
||||
{ text: "Explore the future", href: "contact" },
|
||||
{ text: "View Demo", href: "#process" }
|
||||
]}
|
||||
kpis={[
|
||||
{ value: "500K+", label: "Active Users" },
|
||||
{ value: "98%", label: "Satisfaction Rate" },
|
||||
{ value: "150+", label: "Enterprise Clients" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-vector/high-tech-futuristic-lines-technology-banner_1017-23966.jpg"
|
||||
imageAlt="Innovation and technology"
|
||||
enableKpiAnimation={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,7 +96,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Launch", title: "Seamless Deployment", subtitle: "From beta to production excellence", description: "We ensure flawless launches with rigorous testing and strategic rollout. Our deployment process minimizes risk while maximizing impact, getting your innovation to market quickly.", imageSrc: "https://img.b2bpic.net/free-vector/creative-flat-business-concept_23-2147800499.jpg", imageAlt: "Product launch and deployment", buttons: [
|
||||
tag: "Launch", title: "Seamless Deployment", subtitle: "From beta to production excellence", description: "We ensure flawless launches with rigorous testing and strategic rollout. Our deployment process minimizes risk while maximizing impact, getting your innovation to market quickly.", imageSrc: "https://img.b2bpic.net/free-photo/creative-flat-business-concept_23-2147800499.jpg", imageAlt: "Product launch and deployment", buttons: [
|
||||
{ text: "Start Project", href: "#contact" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user