Merge version_2 into main #7
@@ -3,12 +3,12 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,43 +54,39 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
<FeatureCardNineteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Brand Identity", description: "Defining your visual language with precision and purpose.", imageSrc: "http://img.b2bpic.net/free-photo/mockup-with-book-pencils_23-2147730273.jpg?_wi=2", imageAlt: "Brand Identity" },
|
||||
{ title: "Digital Experiences", description: "High-performing websites that turn visitors into partners.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13623.jpg?_wi=2", imageAlt: "Digital Experiences" },
|
||||
{ title: "Content Strategy", description: "Curated visuals and narratives that command attention.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896378.jpg?_wi=2", imageAlt: "Content Strategy" },
|
||||
]}
|
||||
title="Everything your brand needs to scale."
|
||||
description="Premium design solutions tailored for growth and clarity."
|
||||
features={[
|
||||
{ title: "Brand Identity", subtitle: "Precision & Purpose", tag: "01", description: "Defining your visual language with precision and purpose.", imageSrc: "http://img.b2bpic.net/free-photo/mockup-with-book-pencils_23-2147730273.jpg?_wi=2" },
|
||||
{ title: "Digital Experiences", subtitle: "Conversion Focus", tag: "02", description: "High-performing websites that turn visitors into partners.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13623.jpg?_wi=2" },
|
||||
{ title: "Content Strategy", subtitle: "Command Attention", tag: "03", description: "Curated visuals and narratives that command attention.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896378.jpg?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Design with intent."
|
||||
description={[
|
||||
"GG Designs exists to clear the noise. We believe that good design isn't just about how it looks, but how it functions as a strategic asset.", "We don't do 'budget'. We do intentional, premium craft for partners who understand the value of a strong identity."
|
||||
]}
|
||||
heading={[{ type: "text", content: "Design with intent." }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
animationType="blur-reveal"
|
||||
title="Voices from our partners."
|
||||
description="See why ambitious founders trust us with their vision."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex Rivers", title: "Founder, TechFlow", quote: "The most professional design experience I've had. Truly elevated our brand.", imageSrc: "http://img.b2bpic.net/free-photo/mockup-with-book-pencils_23-2147730273.jpg?_wi=3", date: "2023-10-12", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/mockup-with-book-pencils_23-2147730273.jpg" },
|
||||
{ id: "2", name: "Sarah Chen", title: "CEO, Velo Studio", quote: "GG Designs turned our vision into something beyond what we imagined.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13623.jpg?_wi=3", date: "2023-11-05", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13623.jpg" },
|
||||
{ id: "3", name: "Marcus Thorne", title: "Director, Apex Capital", quote: "Strategic, clean, and highly impactful work.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896378.jpg?_wi=3", date: "2023-12-01", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896378.jpg" },
|
||||
{ id: "4", name: "Elena Rodriguez", title: "Founder, Aura", quote: "Incredible attention to detail. A partner in the truest sense.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-material-texture_23-2148383676.jpg?_wi=2", date: "2024-01-15", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-material-texture_23-2148383676.jpg" },
|
||||
{ id: "5", name: "James Wilson", title: "VP Marketing, CloudSync", quote: "Exceptional communication and high-end results.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-canvas-brush-marble-high-quality-photo_114579-63503.jpg?_wi=2", date: "2024-02-20", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-canvas-brush-marble-high-quality-photo_114579-63503.jpg" }
|
||||
{ id: "1", name: "Alex Rivers", handle: "@alexrivers", testimonial: "The most professional design experience I've had. Truly elevated our brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mockup-with-book-pencils_23-2147730273.jpg" },
|
||||
{ id: "2", name: "Sarah Chen", handle: "@sarahchen", testimonial: "GG Designs turned our vision into something beyond what we imagined.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13623.jpg" },
|
||||
{ id: "3", name: "Marcus Thorne", handle: "@marcusthorne", testimonial: "Strategic, clean, and highly impactful work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896378.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,4 +117,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #ecebea;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #c6b180;
|
||||
--background-accent: #dad6cd;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user