Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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';
|
||||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
title="We are a team of strategists, creators, and innovators dedicated to transforming how brands connect with their audiences through authentic, impactful marketing."
|
title="We are a team of strategists, creators, and innovators dedicated to transforming how brands connect with their audiences through authentic, impactful marketing."
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn Our Approach", href: "services" }
|
{ text: "Learn Our Approach", href: "services" }
|
||||||
]}
|
]}
|
||||||
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
|||||||
tag="Case Studies"
|
tag="Case Studies"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertCard"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
products={[
|
products={[
|
||||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
|||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Everything you need to know about working with CreativeFlow and how we can elevate your marketing."
|
sideDescription="Everything you need to know about working with CreativeFlow and how we can elevate your marketing."
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user