4 Commits

Author SHA1 Message Date
4b79538899 Update src/app/styles/variables.css 2026-03-03 08:09:20 +00:00
5855583d4b Update src/app/page.tsx 2026-03-03 08:09:19 +00:00
682c6aaf49 Update src/app/layout.tsx 2026-03-03 08:09:18 +00:00
7f96927b58 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:02:24 +00:00
3 changed files with 19 additions and 27 deletions

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient" background="none"
cardStyle="layered-gradient" cardStyle="layered-gradient"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -26,7 +26,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="RossX" brandName="Ross"
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -40,14 +40,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="RossX" logoText="Ross"
description="Finding your brand's soul through minimal, elegant design" description="Finding your brand's soul through minimal, elegant design"
buttons={[ buttons={[
{ text: "Start Your Journey", href: "about" }, { text: "Start Your Journey", href: "about" },
{ text: "View Our Work", href: "testimonials" } { text: "View Our Work", href: "testimonials" }
]} ]}
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4L5fT0AdTQ4ad3H7pGkZ1qt/uploaded-1772524871406-zgmme225.jpg?_wi=1"
videoAriaLabel="Logo transformation animation from bland to beautiful design"
showDimOverlay={false} showDimOverlay={false}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -79,15 +77,15 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Brand Strategy", description: "Deep-dive discovery into your brand DNA, market positioning, and unique value proposition", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4L5fT0AdTQ4ad3H7pGkZ1qt/uploaded-1772524871406-hlr9rgao.jpg?_wi=1" title: "Brand Strategy", description: "Deep-dive discovery into your brand DNA, market positioning, and unique value proposition"
}, },
{ {
id: 2, id: 2,
title: "Visual Identity", description: "Custom logo design, color systems, and typography that perfectly encapsulate your essence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4L5fT0AdTQ4ad3H7pGkZ1qt/uploaded-1772524871406-aztor00j.jpg?_wi=1" title: "Visual Identity", description: "Custom logo design, color systems, and typography that perfectly encapsulate your essence"
}, },
{ {
id: 3, id: 3,
title: "Design Systems", description: "Scalable, cohesive design frameworks that ensure consistency across all touchpoints", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4L5fT0AdTQ4ad3H7pGkZ1qt/uploaded-1772524871406-zgmme225.jpg?_wi=2" title: "Design Systems", description: "Scalable, cohesive design frameworks that ensure consistency across all touchpoints"
} }
]} ]}
/> />
@@ -104,28 +102,22 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Studios", rating: 5, id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Studios", rating: 5
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
}, },
{ {
id: "2", name: "Marcus Johnson", role: "Creative Director", company: "Digital Forge", rating: 5, id: "2", name: "Marcus Johnson", role: "Creative Director", company: "Digital Forge", rating: 5
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
}, },
{ {
id: "3", name: "Elena Rodriguez", role: "Founder", company: "Luxury & Co", rating: 5, id: "3", name: "Elena Rodriguez", role: "Founder", company: "Luxury & Co", rating: 5
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
}, },
{ {
id: "4", name: "James Mitchell", role: "Brand Manager", company: "Global Ventures", rating: 5, id: "4", name: "James Mitchell", role: "Brand Manager", company: "Global Ventures", rating: 5
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"
}, },
{ {
id: "5", name: "Aria Patel", role: "COO", company: "Innovation Labs", rating: 5, id: "5", name: "Aria Patel", role: "COO", company: "Innovation Labs", rating: 5
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"
}, },
{ {
id: "6", name: "David König", role: "Business Owner", company: "Premium Goods", rating: 5, id: "6", name: "David König", role: "Business Owner", company: "Premium Goods", rating: 5
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"
} }
]} ]}
kpiItems={[ kpiItems={[
@@ -148,15 +140,15 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Discovery & Research", description: "We immerse ourselves in your world, understanding your vision, market, and competitive landscape", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4L5fT0AdTQ4ad3H7pGkZ1qt/uploaded-1772524871406-hlr9rgao.jpg?_wi=2" title: "Discovery & Research", description: "We immerse ourselves in your world, understanding your vision, market, and competitive landscape"
}, },
{ {
id: 2, id: 2,
title: "Concept & Strategy", description: "Strategic exploration of creative directions aligned with your brand positioning", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4L5fT0AdTQ4ad3H7pGkZ1qt/uploaded-1772524871406-aztor00j.jpg?_wi=2" title: "Concept & Strategy", description: "Strategic exploration of creative directions aligned with your brand positioning"
}, },
{ {
id: 3, id: 3,
title: "Refinement & Delivery", description: "Iterative refinement, precision execution, and comprehensive brand guidelines delivery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQT4L5fT0AdTQ4ad3H7pGkZ1qt/uploaded-1772524871406-zgmme225.jpg?_wi=3" title: "Refinement & Delivery", description: "Iterative refinement, precision execution, and comprehensive brand guidelines delivery"
} }
]} ]}
/> />

View File

@@ -3,7 +3,7 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #ffffff;;
--card: #f9f9f9;; --card: #ffffff;;
--foreground: #0a0a0a;; --foreground: #0a0a0a;;
--primary-cta: #2563eb;; --primary-cta: #2563eb;;
--secondary-cta: #f9f9f9;; --secondary-cta: #f9f9f9;;
@@ -11,7 +11,7 @@
--background-accent: #fbbf24;; */ --background-accent: #fbbf24;; */
--background: #ffffff;; --background: #ffffff;;
--card: #f9f9f9;; --card: #ffffff;;
--foreground: #0a0a0a;; --foreground: #0a0a0a;;
--primary-cta: #2563eb;; --primary-cta: #2563eb;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;