Update src/app/page.tsx
This commit is contained in:
116
src/app/page.tsx
116
src/app/page.tsx
@@ -5,7 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
|||||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||||
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
||||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { Sparkles, Users, Award, Globe, Lightbulb } from "lucide-react";
|
import { Sparkles, Users, Award, Globe, Lightbulb } from "lucide-react";
|
||||||
@@ -13,38 +13,38 @@ import { Sparkles, Users, Award, Globe, Lightbulb } from "lucide-react";
|
|||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-magnetic"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Ross"
|
brandName="RossX"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Work", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Let's Talk", href: "contact" }}
|
button={{ text: "Start", href: "contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Ross"
|
logoText="RossX"
|
||||||
description="Finding your brand's soul through minimal, elegant design"
|
description="Clean design. Strategic purpose. Timeless brands."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Journey", href: "about" },
|
{ text: "Explore", href: "about" },
|
||||||
{ text: "View Our Work", href: "testimonials" }
|
{ text: "Our Work", href: "testimonials" }
|
||||||
]}
|
]}
|
||||||
showDimOverlay={false}
|
showDimOverlay={false}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -53,102 +53,92 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="We transform ordinary brands into extraordinary visual identities that resonate with your audience"
|
title="We create minimal brand identities that resonate"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Sparkles, label: "Projects Transformed", value: "150+" },
|
{ icon: Sparkles, label: "Projects", value: "150+" },
|
||||||
{ icon: Users, label: "Happy Clients", value: "120+" },
|
{ icon: Users, label: "Clients", value: "120+" },
|
||||||
{ icon: Award, label: "Years Expertise", value: "8" },
|
{ icon: Award, label: "Years", value: "8" },
|
||||||
{ icon: Globe, label: "Global Reach", value: "40+" }
|
{ icon: Globe, label: "Reach", value: "40+" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardSeven
|
<FeatureCardSeven
|
||||||
title="Our Services"
|
title="What We Do"
|
||||||
description="Comprehensive branding solutions designed to elevate your vision"
|
description="Strategic design solutions built on clarity and intention"
|
||||||
tag="What We Do"
|
tag="Services"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
animationType="blur-reveal"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Brand Strategy", description: "Deep-dive discovery into your brand DNA, market positioning, and unique value proposition"
|
title: "Brand Strategy", description: "Understanding your vision, market position, and unique value proposition"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Visual Identity", description: "Custom logo design, color systems, and typography that perfectly encapsulate your essence"
|
title: "Visual Identity", description: "Custom logos, color systems, and typography that define your brand"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Design Systems", description: "Scalable, cohesive design frameworks that ensure consistency across all touchpoints"
|
title: "Design Systems", description: "Scalable frameworks ensuring consistency across all touchpoints"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardOne
|
||||||
title="What Our Clients Say"
|
title="Client Stories"
|
||||||
description="Hear from brands who found their soul through our design"
|
description="Trusted by brands who value clarity and craft"
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Studios", rating: 5
|
id: "1", name: "Sarah Chen", role: "Founder", company: "TechVenture", rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Marcus Johnson", role: "Creative Director", company: "Digital Forge", rating: 5
|
id: "2", name: "Marcus Johnson", role: "Creative Lead", company: "Digital Forge", rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Elena Rodriguez", role: "Founder", company: "Luxury & Co", rating: 5
|
id: "3", name: "Elena Rodriguez", role: "Brand Director", company: "Luxury & Co", rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "James Mitchell", role: "Brand Manager", company: "Global Ventures", rating: 5
|
id: "4", name: "James Mitchell", role: "CEO", company: "Global Ventures", rating: 5
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5", name: "Aria Patel", role: "COO", company: "Innovation Labs", rating: 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6", name: "David König", role: "Business Owner", company: "Premium Goods", rating: 5
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
|
||||||
{ value: "98%", label: "Client Satisfaction Rate" },
|
|
||||||
{ value: "150+", label: "Brands Elevated" },
|
|
||||||
{ value: "Award-Winning", label: "Design Excellence" }
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="process" data-section="process">
|
<div id="process" data-section="process">
|
||||||
<FeatureCardSeven
|
<FeatureCardSeven
|
||||||
title="Our Process"
|
title="Our Approach"
|
||||||
description="A refined methodology to uncover and crystallize your brand's true essence"
|
description="A refined process to uncover your brand's essence"
|
||||||
tag="Methodology"
|
tag="Process"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Discovery & Research", description: "We immerse ourselves in your world, understanding your vision, market, and competitive landscape"
|
title: "Discovery", description: "Deep understanding of your vision, market, and competitive landscape"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Concept & Strategy", description: "Strategic exploration of creative directions aligned with your brand positioning"
|
title: "Strategy", description: "Strategic exploration of creative directions aligned with your positioning"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Refinement & Delivery", description: "Iterative refinement, precision execution, and comprehensive brand guidelines delivery"
|
title: "Delivery", description: "Refined execution and comprehensive brand guidelines"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -156,25 +146,25 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Ready to Find Your Brand's Soul?"
|
ctaTitle="Ready to Begin?"
|
||||||
ctaDescription="Let's collaborate to create something extraordinary"
|
ctaDescription="Let's create something meaningful together"
|
||||||
ctaButton={{ text: "Start a Conversation", href: "mailto:hello@rossx.studio" }}
|
ctaButton={{ text: "Get Started", href: "mailto:hello@rossx.studio" }}
|
||||||
ctaIcon={Lightbulb}
|
ctaIcon={Lightbulb}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
animationType="blur-reveal"
|
animationType="slide-up"
|
||||||
accordionAnimationType="smooth"
|
accordionAnimationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "How long does a branding project typically take?", content: "Our projects typically range from 6-12 weeks depending on scope and complexity. We maintain consistent communication throughout to ensure alignment with your vision."
|
id: "1", title: "What's your design process?", content: "We start with discovery to understand your brand's core. Then we develop strategy, explore concepts, and deliver refined designs with complete brand guidelines."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "What's included in your branding package?", content: "Complete brand strategy, logo design, color system, typography selection, brand guidelines, and all deliverables in digital and print-ready formats."
|
id: "2", title: "How long does a project take?", content: "Most projects range from 6-12 weeks depending on scope. We maintain consistent communication throughout to ensure alignment with your vision."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "Do you work with startups or established brands?", content: "We work with both emerging startups defining their identity and established brands ready for evolution. Every project brings unique perspectives we're excited to explore."
|
id: "3", title: "Do you work with startups?", content: "Yes. We work with emerging startups defining their identity and established brands ready for evolution. Every project brings unique perspectives we embrace."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "What's your design philosophy?", content: "We believe in minimalism with intention. Every element serves a purpose. We create designs that are clean, timeless, and deeply meaningful to your brand's core."
|
id: "4", title: "What's included?", content: "Brand strategy, logo design, color systems, typography, brand guidelines, and all deliverables in digital and print-ready formats."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -205,7 +195,7 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 RossX. Finding brands their soul."
|
copyrightText="© 2025 RossX. Clean design. Strategic purpose."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user