7 Commits

Author SHA1 Message Date
11da1d1ddb Merge version_4 into main
Merge version_4 into main
2026-06-01 12:29:16 +00:00
224e1cfb52 Update src/app/page.tsx 2026-06-01 12:29:13 +00:00
a69dd9d296 Merge version_4 into main
Merge version_4 into main
2026-06-01 12:28:34 +00:00
8509c90e74 Update src/app/styles/variables.css 2026-06-01 12:28:31 +00:00
1200175a45 Update src/app/styles/base.css 2026-06-01 12:28:31 +00:00
26c331007a Update src/app/page.tsx 2026-06-01 12:28:30 +00:00
ecd0129de9 Merge version_3 into main
Merge version_3 into main
2026-06-01 12:13:36 +00:00
3 changed files with 30 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
import { Calendar, Home, Smile } from "lucide-react";
@@ -19,12 +20,12 @@ export default function LandingPage() {
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
cardStyle="gradient-radial"
primaryButtonStyle="flat"
cardStyle="soft-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
@@ -40,6 +41,8 @@ export default function LandingPage() {
name: "Services", id: "services"},
{
name: "Properties", id: "properties"},
{
name: "Partners", id: "trustbar"},
{
name: "Testimonials", id: "testimonials"},
{
@@ -148,6 +151,19 @@ export default function LandingPage() {
/>
</div>
<div id="trustbar" data-section="trustbar">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
showCard={true}
names={[
"Global Corp", "Innovate X", "Summit Group", "Eco Solutions", "Future Builders", "Nexus Holdings"
]}
title="Trusted by Industry Leaders"
description="Our commitment to excellence is recognized by top companies and esteemed partners."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
@@ -220,6 +236,8 @@ export default function LandingPage() {
label: "Services", href: "#services"},
{
label: "Properties", href: "#properties"},
{
label: "Partners", href: "#trustbar"}
],
},
{

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-poppins), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-mulish), sans-serif;
font-family: var(--font-poppins), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);