diff --git a/src/app/page.tsx b/src/app/page.tsx index c209355..5177dfd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { CheckCircle } from "lucide-react"; +import { CheckCircle, Users, BarChart3, Target, MapPin, Award } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -26,20 +26,16 @@ export default function LandingPage() { cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" - headingFontWeight="light" + headingFontWeight="semibold" > @@ -122,15 +83,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "15+", title: "Countries Served", description: "Expanding global footprint.", imageSrc: "http://img.b2bpic.net/free-photo/color-swatch-port-containers_23-2150022341.jpg"}, - { - id: "m2", value: "200+", title: "Trusted Suppliers", description: "Vetted and inspected.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827289.jpg"}, - { - id: "m3", value: "99%", title: "Client Retention", description: "Commitment to long term success.", imageSrc: "http://img.b2bpic.net/free-photo/global-warming-illustration_23-2151878585.jpg"}, + { id: "m1", value: "100%", title: "Local Presence", description: "Deeply rooted in Argentina.", imageSrc: "http://img.b2bpic.net/free-photo/color-swatch-port-containers_23-2150022341.jpg" }, + { id: "m2", value: "Regional", title: "Latin America Expertise", description: "Focus on high-quality sourcing.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827289.jpg" }, + { id: "m3", value: "End-to-End", title: "Full Support", description: "From intro to delivery.", imageSrc: "http://img.b2bpic.net/free-photo/global-warming-illustration_23-2151878585.jpg" }, ]} - title="Our Reach and Expertise" - description="Helping clients manage millions in food commodity trades." + title="Why Choose Us" + description="We combine local insight with global trade experience." /> @@ -141,24 +99,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Sarah Johnson", role: "Head of Sourcing", company: "Global Foods", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg"}, - { - id: "2", name: "Michael Chen", role: "Supply Director", company: "Asia Imports", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-engineers-business-partners-evaluates-solar-performance_482257-126094.jpg"}, - { - id: "3", name: "Emily Rodriguez", role: "Purchase Manager", company: "Euro Trade", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12815.jpg"}, - { - id: "4", name: "David Kim", role: "CEO", company: "Seoul Distro", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-lady-with-tablet-posing-business-center_1262-20336.jpg"}, - { - id: "5", name: "Elena Rossi", role: "Procurement Lead", company: "Med Agri", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-caring-plants_23-2148357511.jpg"}, + { id: "1", name: "Global Food Corp", role: "Procurement Director", company: "International Buyer", rating: 5 }, + { id: "2", name: "Latam Agribusiness", role: "Director", company: "Supplier Partner", rating: 5 }, ]} - title="What Our Partners Say" - description="Our dedication to professional trade support resonates with clients worldwide." + title="Trusted by Industry Leaders" + description="We pride ourselves on successful, sustainable trade partnerships." /> @@ -166,10 +111,9 @@ export default function LandingPage() { @@ -178,16 +122,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", title: "How do you vet suppliers?", content: "We conduct in-situ facility visits and audits to ensure strict adherence to safety and quality."}, - { - id: "f2", title: "What commodities do you specialize in?", content: "We cover a wide range of raw food materials including grains, oilseeds, and processed ingredients."}, - { - id: "f3", title: "Can you handle international contracts?", content: "Yes, we support and guide both sides through the entire contract negotiation process."}, + { id: "f1", title: "What makes your agency different?", content: "Our local presence in Argentina and our focus on comprehensive support, including audits and negotiation assistance." }, + { id: "f2", title: "Do you assist with audits?", content: "Yes, we attend in-situ visits and supplier facility audits on behalf of our clients to ensure complete compliance." }, ]} imageSrc="http://img.b2bpic.net/free-photo/spacious-warehouse-filled-with-commercial-goods-supplies_482257-83381.jpg" - title="Frequently Asked Questions" - description="Understanding our process is key to a successful partnership." + title="Core Competencies" faqsAnimation="slide-up" /> @@ -195,44 +134,22 @@ export default function LandingPage() {
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..a044937 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #f7f9f9; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #311d72; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #e25a47; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #311d72; + --background-accent: #e25a47; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);