Update src/app/page.tsx
This commit is contained in:
236
src/app/page.tsx
236
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, CheckCircle, Star, Shield, TrendingUp } from 'lucide-react';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -32,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Bunga Raya"
|
||||
/>
|
||||
@@ -55,76 +48,47 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Excellence in Every Petal"
|
||||
description="Bunga Raya brings a refined approach to business solutions, combining elegance with high-impact results for your growth journey."
|
||||
kpis={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "100+", label: "Projects Completed"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Client Satisfaction"},
|
||||
{
|
||||
value: "15",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15", label: "Years Experience"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-towel-flower-red-background_23-2148223754.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-towel-flower-red-background_23-2148223754.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businessman-with-colleagues_107420-74309.jpg",
|
||||
alt: "Portrait of professional colleague 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businessman-with-colleagues_107420-74309.jpg", alt: "Portrait of professional colleague 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg",
|
||||
alt: "Portrait of professional colleague 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "Portrait of professional colleague 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/multiethnic-leaders-strategizing-corporate-success-gender-equality_482257-123645.jpg",
|
||||
alt: "Portrait of professional colleague 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/multiethnic-leaders-strategizing-corporate-success-gender-equality_482257-123645.jpg", alt: "Portrait of professional colleague 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-successful-female-professional-posing-with-arms-folded_74855-2814.jpg",
|
||||
alt: "Portrait of professional colleague 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-successful-female-professional-posing-with-arms-folded_74855-2814.jpg", alt: "Portrait of professional colleague 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg",
|
||||
alt: "Portrait of professional colleague 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", alt: "Portrait of professional colleague 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Consulting",
|
||||
},
|
||||
type: "text", text: "Strategic Consulting"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Scale",
|
||||
},
|
||||
type: "text", text: "Global Scale"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Market Innovation",
|
||||
},
|
||||
type: "text", text: "Market Innovation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Growth",
|
||||
},
|
||||
type: "text", text: "Secure Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Analytics",
|
||||
},
|
||||
type: "text", text: "Data Analytics"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,15 +100,11 @@ export default function LandingPage() {
|
||||
description="We believe that businesses, like nature, thrive with careful cultivation. Bunga Raya is dedicated to nurturing your professional vision through tailored strategies and industry-leading expertise."
|
||||
metrics={[
|
||||
{
|
||||
value: "50%",
|
||||
title: "Efficiency Gain",
|
||||
},
|
||||
value: "50%", title: "Efficiency Gain"},
|
||||
{
|
||||
value: "3x",
|
||||
title: "Revenue Growth",
|
||||
},
|
||||
value: "3x", title: "Revenue Growth"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-122792.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-122792.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -156,34 +116,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategy Development",
|
||||
description: "Precision-crafted roadmaps for scaling.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-3d-glasses_23-2147775802.jpg?_wi=1",
|
||||
buttonIcon: "Zap",
|
||||
title: "Strategy Development", description: "Precision-crafted roadmaps for scaling.", imageSrc: "http://img.b2bpic.net/free-photo/some-3d-glasses_23-2147775802.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Process Optimization",
|
||||
description: "Streamlining workflows for efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/performance-featuring-35-128x128-vector-icons-flat-design_1142-266630.jpg?_wi=1",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Process Optimization", description: "Streamlining workflows for efficiency.", imageSrc: "http://img.b2bpic.net/free-vector/performance-featuring-35-128x128-vector-icons-flat-design_1142-266630.jpg", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Brand Elevation",
|
||||
description: "Unique positioning in crowded markets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg?_wi=1",
|
||||
buttonIcon: "Star",
|
||||
title: "Brand Elevation", description: "Unique positioning in crowded markets.", imageSrc: "http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg", buttonIcon: Star,
|
||||
},
|
||||
{
|
||||
title: "Secure Infrastructure",
|
||||
description: "Scalable foundations built for growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-operator-prevents-servers-overload_482257-75899.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Secure Infrastructure", description: "Scalable foundations built for growth.", imageSrc: "http://img.b2bpic.net/free-photo/it-operator-prevents-servers-overload_482257-75899.jpg", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Data-Driven Insights",
|
||||
description: "Empowering decisions with hard metrics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sound-waves-coming-out-from-human-ear_23-2149831012.jpg",
|
||||
buttonIcon: "TrendingUp",
|
||||
title: "Data-Driven Insights", description: "Empowering decisions with hard metrics.", imageSrc: "http://img.b2bpic.net/free-photo/sound-waves-coming-out-from-human-ear_23-2149831012.jpg", buttonIcon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
title="Core Capabilities"
|
||||
@@ -198,20 +143,11 @@ export default function LandingPage() {
|
||||
tag="Performance"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1200+",
|
||||
description: "Strategic consultations",
|
||||
},
|
||||
id: "m1", value: "1200+", description: "Strategic consultations"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Market segments served",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Market segments served"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k",
|
||||
description: "Global user reach",
|
||||
},
|
||||
id: "m3", value: "10k", description: "Global user reach"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -223,60 +159,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Chen",
|
||||
date: "Jan 2025",
|
||||
title: "CEO",
|
||||
quote: "Bunga Raya redefined our growth trajectory completely.",
|
||||
tag: "Trusted",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-towel-flower-red-background_23-2148223754.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t1", name: "Sarah Chen", date: "Jan 2025", title: "CEO", quote: "Bunga Raya redefined our growth trajectory completely.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-towel-flower-red-background_23-2148223754.jpg", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
date: "Feb 2025",
|
||||
title: "Founder",
|
||||
quote: "Their strategic insight is unmatched.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-122792.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", date: "Feb 2025", title: "Founder", quote: "Their strategic insight is unmatched.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-122792.jpg", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
date: "Mar 2025",
|
||||
title: "Director",
|
||||
quote: "Truly a partner in every sense of the word.",
|
||||
tag: "Reliable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-3d-glasses_23-2147775802.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", date: "Mar 2025", title: "Director", quote: "Truly a partner in every sense of the word.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/some-3d-glasses_23-2147775802.jpg", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Wu",
|
||||
date: "Mar 2025",
|
||||
title: "CTO",
|
||||
quote: "Clean, effective, and results-driven services.",
|
||||
tag: "Efficient",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-partners-having-meeting-cafe_1262-1954.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/performance-featuring-35-128x128-vector-icons-flat-design_1142-266630.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t4", name: "David Wu", date: "Mar 2025", title: "CTO", quote: "Clean, effective, and results-driven services.", tag: "Efficient", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-partners-having-meeting-cafe_1262-1954.jpg", imageSrc: "http://img.b2bpic.net/free-vector/performance-featuring-35-128x128-vector-icons-flat-design_1142-266630.jpg", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Amelia Smith",
|
||||
date: "Apr 2025",
|
||||
title: "Lead",
|
||||
quote: "The absolute standard for corporate branding.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2626.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg?_wi=2",
|
||||
imageAlt: "happy client portrait professional",
|
||||
},
|
||||
id: "t5", name: "Amelia Smith", date: "Apr 2025", title: "Lead", quote: "The absolute standard for corporate branding.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/call-center-operator-assisting-users-with-installing-software_482257-117872.jpg", imageAlt: "happy client portrait professional"},
|
||||
]}
|
||||
title="Voices of Partnership"
|
||||
description="Don't take our word for it. Hear what our partners say."
|
||||
@@ -288,14 +179,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"InnovateTech",
|
||||
"GrowthPartners",
|
||||
"GlobalReach",
|
||||
"FutureSystems",
|
||||
"BlueSkyCorp",
|
||||
"VisionLed",
|
||||
"CoreSolutions",
|
||||
]}
|
||||
"InnovateTech", "GrowthPartners", "GlobalReach", "FutureSystems", "BlueSkyCorp", "VisionLed", "CoreSolutions"]}
|
||||
title="Trusted by Leaders"
|
||||
description="We are proud to serve some of the most forward-thinking brands."
|
||||
/>
|
||||
@@ -307,20 +191,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I start?",
|
||||
content: "Simply reach out for an initial consultation.",
|
||||
},
|
||||
id: "f1", title: "How do I start?", content: "Simply reach out for an initial consultation."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the timeline?",
|
||||
content: "Timelines depend on specific project scopes.",
|
||||
},
|
||||
id: "f2", title: "What is the timeline?", content: "Timelines depend on specific project scopes."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer remote?",
|
||||
content: "Yes, we work with global teams remotely.",
|
||||
},
|
||||
id: "f3", title: "Do you offer remote?", content: "Yes, we work with global teams remotely."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-customer-center-assisting-clients-needing-help-resetting-password_482257-117894.jpg"
|
||||
title="Common Questions"
|
||||
@@ -334,16 +209,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Let's Connect"
|
||||
title="Ready to Grow?"
|
||||
description="Drop us a line today to start your journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -353,29 +225,19 @@ export default function LandingPage() {
|
||||
logoText="Bunga Raya"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Help",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user