Update src/app/page.tsx

This commit is contained in:
2026-05-08 14:23:47 +00:00
parent 715bcb4339
commit ce417d42a1

View File

@@ -13,7 +13,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Sparkles, Users, Award, Briefcase } from "lucide-react";
export default function LandingPage() {
return (
@@ -58,7 +57,6 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[{ type: 'text', content: 'Our Creative Philosophy' }]}
description={["We believe in simplicity, clarity, and purpose-driven design.", "Every project is a unique brew of strategy and creativity."]}
useInvertedBackground={false}
/>
</div>
@@ -81,6 +79,8 @@ export default function LandingPage() {
title="Proven Results"
description="Our metrics speak louder than words."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "150+", title: "Projects", description: "Completed globally", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-standing-by-wall_1303-22622.jpg" },
{ id: "m2", value: "98%", title: "Satisfaction", description: "Happy clients", imageSrc: "http://img.b2bpic.net/free-photo/artisan-workshop_53876-30429.jpg" }
@@ -93,6 +93,8 @@ export default function LandingPage() {
title="Meet the Crew"
tag="Our Experts"
memberVariant="card"
membersAnimation="slide-up"
useInvertedBackground={false}
members={[
{ id: "t1", name: "Alex P.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-17781.jpg" },
{ id: "t2", name: "Jamie D.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg" }
@@ -103,6 +105,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Clients Think"
description="Hear from our satisfied partners."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
@@ -116,6 +119,7 @@ export default function LandingPage() {
<FaqSplitText
sideTitle="FAQs"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "How do we start?", content: "Reach out via our contact form." },
{ id: "f2", title: "What is your process?", content: "Consultation, strategy, design, and launch." }
@@ -130,6 +134,7 @@ export default function LandingPage() {
description="We're ready to partner with you."
buttons={[{ text: "Contact Us" }]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>
@@ -137,6 +142,9 @@ export default function LandingPage() {
<SocialProofOne
names={["Brand A", "Brand B", "Brand C"]}
title="Featured Partners"
description="Trusted by industry leaders."
textboxLayout="split"
useInvertedBackground={false}
/>
</div>