3 Commits

Author SHA1 Message Date
6899ca5515 Update src/app/styles/variables.css 2026-03-12 11:35:17 +00:00
faf3f9cdb7 Update src/app/page.tsx 2026-03-12 11:35:17 +00:00
40157330e2 Merge version_1 into main
Merge version_1 into main
2026-03-12 11:33:34 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -8,22 +8,22 @@ import { Sparkles } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="icon-arrow" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight" defaultTextAnimation="entrance-slide"
borderRadius="soft" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="mediumLargeSizeMediumTitles" sizing="mediumLargeSizeMediumTitles"
background="noiseDiagonalGradient" background="floatingGradient"
cardStyle="glass-depth" cardStyle="glass-elevated"
primaryButtonStyle="shadow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="light" headingFontWeight="bold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
brandName="RVGS" brandName="RVGS"
navItems={[ navItems={[
{ name: "Home", id: "home" }, { name: "Home", id: "/" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
@@ -38,7 +38,7 @@ export default function LandingPage() {
<HeroSplit <HeroSplit
title="RVGS" title="RVGS"
description="Premium brand excellence. Crafted for forward-thinking businesses and startups that demand sophistication, innovation, and timeless elegance." description="Premium brand excellence. Crafted for forward-thinking businesses and startups that demand sophistication, innovation, and timeless elegance."
background={{ variant: "plain" }} background={{ variant: "sparkles-gradient" }}
tag="Premium Brand" tag="Premium Brand"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -54,7 +54,7 @@ export default function LandingPage() {
fixedMediaHeight={true} fixedMediaHeight={true}
className="min-h-screen flex items-center justify-center" className="min-h-screen flex items-center justify-center"
containerClassName="max-w-7xl mx-auto px-4" containerClassName="max-w-7xl mx-auto px-4"
titleClassName="text-7xl md:text-9xl font-light tracking-wider text-foreground drop-shadow-2xl" titleClassName="text-7xl md:text-9xl font-bold tracking-wider text-foreground drop-shadow-2xl"
descriptionClassName="text-lg md:text-xl text-foreground/80 max-w-2xl mx-auto leading-relaxed" descriptionClassName="text-lg md:text-xl text-foreground/80 max-w-2xl mx-auto leading-relaxed"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-accent/10 text-accent" tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-accent/10 text-accent"
buttonContainerClassName="flex gap-4 justify-center md:justify-start flex-wrap" buttonContainerClassName="flex gap-4 justify-center md:justify-start flex-wrap"

View File

@@ -10,12 +10,12 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #2b1f17; --background: #1a1410;
--card: #3d2f27; --card: #2d2319;
--foreground: #f5f1ed; --foreground: #f5f1ed;
--primary-cta: #8b6f47; --primary-cta: #8b6f47;
--primary-cta-text: #f5f1ed; --primary-cta-text: #f5f1ed;
--secondary-cta: #3d2f27; --secondary-cta: #2d2319;
--secondary-cta-text: #f5f1ed; --secondary-cta-text: #f5f1ed;
--accent: #d4af8a; --accent: #d4af8a;
--background-accent: #c19a6b; --background-accent: #c19a6b;