From 51cca64b2d0d285f60625683d1c3a6df12f86525 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 14:43:23 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 180206b..df97122 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,10 +1,10 @@ +import NavbarCentered from '@/components/ui/NavbarCentered'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; import FeaturesLabeledList from '@/components/sections/features/FeaturesLabeledList'; -import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; -import NavbarCentered from '@/components/ui/NavbarCentered'; import TestimonialSplitCards from '@/components/sections/testimonial/TestimonialSplitCards'; +import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; import { Award, Shield, Star } from "lucide-react"; export default function App() { @@ -18,8 +18,7 @@ export default function App() { { name: "Services", href: "#features" }, { name: "Metrics", href: "#metrics" }, ]} - ctaButton={{ - text: "Contact Us", href: "#contact"}} + ctaButton={{ text: "Contact Us", href: "#contact" }} /> @@ -28,10 +27,8 @@ export default function App() { tag="Innovative Solutions" title="Redefining the Future of Kikwala Group" description="We blend cutting-edge technology with strategic design to build seamless, future-ready experiences." - primaryButton={{ - text: "Explore Services", href: "#features"}} - secondaryButton={{ - text: "Learn More", href: "#about"}} + primaryButton={{ text: "Explore Services", href: "#features" }} + secondaryButton={{ text: "Learn More", href: "#about" }} items={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-corporate-architecture-mode-1776091009314-91da2c66.png" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-geometric-shapes-in-soft-blue-a-1776091018661-488dce9e.png" }, @@ -96,16 +93,11 @@ export default function App() { title="What Partners Say" description="Trusted by leading global innovators." testimonials={[ - { - tag: "Innovation", title: "Game-changing solution", quote: "Kikwala Group transformed our digital strategy with incredible precision.", name: "Sarah Chen", date: "2023-09-12", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-professional-business-person-1776091077117-de145c03.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-modern-office-architecture-glas-1776091127265-b2d4a12b.png"}, - { - tag: "Growth", title: "Unrivaled expertise", quote: "The team provided deep insights that helped us scale our platform efficiently.", name: "Michael Ross", date: "2023-11-05", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-professional-woman-business--1776091088512-80201065.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/minimalist-design-texture-clean-white-an-1776091135466-6d81bda8.png"}, - { - tag: "Strategy", title: "Outstanding results", quote: "Strategic thinkers who deliver results consistently and professionally.", name: "Elena Rodriguez", date: "2024-01-20", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-tech-business-person-clean-a-1776091098842-4ea10ba3.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/modern-office-building-glass-exterior-br-1776091144537-6703e6f3.png"}, - { - tag: "Design", title: "Visionary design", quote: "Their design process is fluid, intuitive, and truly visionary.", name: "David Kim", date: "2024-03-14", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-professional-business-execut-1776091109322-2044fb88.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-office-setup-laptop-and-dig-1776091153984-849c58a1.png"}, - { - tag: "Engineering", title: "Reliable partner", quote: "A tech partner that treats your project as their own.", name: "Alex Johnson", date: "2024-05-10", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-professional-business-entrep-1776091117968-b4c0e85c.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-business-meeting-soft-focus-bac-1776091163608-3b4d564d.png"}, + { tag: "Innovation", title: "Game-changing solution", quote: "Kikwala Group transformed our digital strategy with incredible precision.", name: "Sarah Chen", date: "2023-09-12", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-professional-business-person-1776091077117-de145c03.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-modern-office-architecture-glas-1776091127265-b2d4a12b.png" }, + { tag: "Growth", title: "Unrivaled expertise", quote: "The team provided deep insights that helped us scale our platform efficiently.", name: "Michael Ross", date: "2023-11-05", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-professional-woman-business--1776091088512-80201065.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/minimalist-design-texture-clean-white-an-1776091135466-6d81bda8.png" }, + { tag: "Strategy", title: "Outstanding results", quote: "Strategic thinkers who deliver results consistently and professionally.", name: "Elena Rodriguez", date: "2024-01-20", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-tech-business-person-clean-a-1776091098842-4ea10ba3.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/modern-office-building-glass-exterior-br-1776091144537-6703e6f3.png" }, + { tag: "Design", title: "Visionary design", quote: "Their design process is fluid, intuitive, and truly visionary.", name: "David Kim", date: "2024-03-14", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-professional-business-execut-1776091109322-2044fb88.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-office-setup-laptop-and-dig-1776091153984-849c58a1.png" }, + { tag: "Engineering", title: "Reliable partner", quote: "A tech partner that treats your project as their own.", name: "Alex Johnson", date: "2024-05-10", avatarImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/headshot-of-professional-business-entrep-1776091117968-b4c0e85c.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/abstract-business-meeting-soft-focus-bac-1776091163608-3b4d564d.png" }, ]} />