Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -12,7 +12,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Building, Building2, Car, Globe, Shield, Zap, Mail, Phone, MapPin } from "lucide-react";
|
||||
import { Award, Globe, Zap, Mail, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,9 +32,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Approach", id: "#approach" },
|
||||
{ name: "Work", id: "#work" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Approach", id: "approach" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Gravity Global"
|
||||
button={{ text: "Let's Talk", href: "#contact" }}
|
||||
@@ -57,6 +57,7 @@ export default function LandingPage() {
|
||||
description="Turning ambition into industry-leading performance."
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{ title: "Data-Driven Strategy", description: "Deep insights that power every creative decision.", bentoComponent: 'reveal-icon', icon: Zap },
|
||||
{ title: "Global Reach", description: "Connecting your brand across borders.", bentoComponent: 'reveal-icon', icon: Globe },
|
||||
@@ -79,6 +80,7 @@ export default function LandingPage() {
|
||||
description="Evidence of our commitment to growth."
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Aerospace Success", price: "Case Study", variant: "B2B", imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-hands-handsome-guy-suit-leisure-travelling-journalist-photograph-hobbies-smiling-having-fun_197531-2356.jpg" },
|
||||
@@ -92,6 +94,7 @@ export default function LandingPage() {
|
||||
title="Industry Expertise"
|
||||
description="Specialized focus on global B2B sectors."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "70+", title: "Global Awards", description: "Industry recognition.", imageSrc: "http://img.b2bpic.net/free-photo/documents-paperwork-business-strategy-concept_53876-133728.jpg" },
|
||||
@@ -118,6 +121,7 @@ export default function LandingPage() {
|
||||
title="Insights"
|
||||
description="Expert takes on the future of B2B."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{ id: "1", category: "AI", title: "The Future of Growth", excerpt: "How data is changing B2B.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-no-people-luxury-chair-generated-by-ai_188544-26092.jpg", authorName: "Gravity Team", authorAvatar: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100234.jpg", date: "2026" }
|
||||
|
||||
Reference in New Issue
Block a user