Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="dotGrid"
|
background="grid"
|
||||||
cardStyle="outline-light"
|
cardStyle="outline-light"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -36,10 +36,6 @@ export default function LandingPage() {
|
|||||||
button={{
|
button={{
|
||||||
text: "Get Started", href: "contact"
|
text: "Get Started", href: "contact"
|
||||||
}}
|
}}
|
||||||
className="bg-background/80 backdrop-blur border border-accent/20"
|
|
||||||
navItemClassName="text-foreground hover:text-primary-cta transition-colors"
|
|
||||||
buttonClassName="bg-primary-cta hover:bg-primary-cta/90"
|
|
||||||
buttonTextClassName="font-bold text-background"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -66,13 +62,6 @@ export default function LandingPage() {
|
|||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
logoLineHeight={1.2}
|
logoLineHeight={1.2}
|
||||||
ariaLabel="Hero section showcasing INCLIPS MEDIA services"
|
ariaLabel="Hero section showcasing INCLIPS MEDIA services"
|
||||||
className="relative"
|
|
||||||
containerClassName="min-h-screen"
|
|
||||||
contentContainerClassName="text-foreground"
|
|
||||||
descriptionClassName="text-lg text-foreground/80"
|
|
||||||
buttonClassName="bg-primary-cta hover:bg-primary-cta/90 text-background"
|
|
||||||
buttonTextClassName="font-bold"
|
|
||||||
logoClassName="text-primary-cta font-bold"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -88,12 +77,6 @@ export default function LandingPage() {
|
|||||||
imageAlt="Client success story"
|
imageAlt="Client success story"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
ariaLabel="About section with client success"
|
ariaLabel="About section with client success"
|
||||||
className="py-20"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4"
|
|
||||||
cardClassName="rounded-theme"
|
|
||||||
titleClassName="text-3xl text-foreground font-bold leading-tight"
|
|
||||||
descriptionClassName="text-lg text-primary-cta font-semibold"
|
|
||||||
subdescriptionClassName="text-foreground/60"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -116,12 +99,6 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
className="py-20"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4"
|
|
||||||
cardClassName="rounded-theme border border-accent/30"
|
|
||||||
titleClassName="text-3xl text-foreground font-bold"
|
|
||||||
descriptionClassName="text-foreground/70"
|
|
||||||
itemClassName="text-foreground/80"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -147,16 +124,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
className="py-20"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4"
|
|
||||||
cardClassName="rounded-theme border border-accent/20 bg-card p-8"
|
|
||||||
titleClassName="text-3xl text-foreground font-bold"
|
|
||||||
descriptionClassName="text-foreground/70"
|
|
||||||
testimonialClassName="text-foreground/80 italic"
|
|
||||||
nameClassName="text-primary-cta font-bold"
|
|
||||||
roleClassName="text-foreground/60 text-sm"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -170,16 +139,6 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="your@email.com"
|
inputPlaceholder="your@email.com"
|
||||||
buttonText="Let's Talk"
|
buttonText="Let's Talk"
|
||||||
termsText="We respect your inbox. Unsubscribe anytime. See our Privacy Policy."
|
termsText="We respect your inbox. Unsubscribe anytime. See our Privacy Policy."
|
||||||
className="py-20"
|
|
||||||
containerClassName="max-w-3xl mx-auto px-4"
|
|
||||||
contentClassName="rounded-theme border border-accent/30 bg-card/50 p-12"
|
|
||||||
titleClassName="text-3xl text-foreground font-bold mb-4"
|
|
||||||
descriptionClassName="text-foreground/80 mb-8"
|
|
||||||
tagClassName="text-primary-cta font-bold inline-block mb-6"
|
|
||||||
formClassName="space-y-4"
|
|
||||||
inputClassName="w-full bg-background border border-accent/30 text-foreground rounded-theme px-4 py-3 placeholder:text-foreground/40"
|
|
||||||
buttonClassName="w-full bg-primary-cta hover:bg-primary-cta/90 text-background font-bold py-3 rounded-theme"
|
|
||||||
termsClassName="text-center text-foreground/60 text-sm"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -210,12 +169,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
bottomLeftText="© 2025 INCLIPS MEDIA. All rights reserved."
|
bottomLeftText="© 2025 INCLIPS MEDIA. All rights reserved."
|
||||||
bottomRightText="Crafted for brands that dominate."
|
bottomRightText="Crafted for brands that dominate."
|
||||||
className="bg-background/50 border-t border-accent/20"
|
|
||||||
containerClassName="max-w-7xl mx-auto px-4 py-12"
|
|
||||||
columnTitleClassName="text-primary-cta font-bold mb-4"
|
|
||||||
columnItemClassName="text-foreground/70 hover:text-primary-cta transition-colors mb-2"
|
|
||||||
bottomLeftTextClassName="text-foreground/60 text-sm"
|
|
||||||
bottomRightTextClassName="text-foreground/60 text-sm"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user