Merge version_2 into main #2
@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { BarChart3, Users, Zap, ShieldCheck, Mail, Linkedin } from "lucide-react";
|
||||
import { BarChart3, Users, Zap, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -43,6 +43,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardDashboard
|
||||
title="Turn Your Data Into Better Decisions"
|
||||
description="Stop guessing. Start growing with clear insights and data-driven recommendations."
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Executive Overview", stats: [
|
||||
{ title: "Revenue", values: [12000, 15000, 18000], description: "Monthly growth trend" },
|
||||
@@ -61,10 +62,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
title="Bridging the Data Gap"
|
||||
description={[
|
||||
"Most businesses are sitting on valuable data but don’t know how to use it effectively. We help bridge that gap by transforming raw data into clear insights, actionable recommendations, and intuitive, visual dashboards.", "From messy spreadsheets to disconnected systems, we organize and analyze your data to uncover what’s really driving your business. Then we turn those insights into simple, visual dashboards so you can track performance, identify opportunities, and make confident decisions."
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#features" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,6 +98,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Client Success"
|
||||
description="What our clients say about us"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Marcus Thorne", date: "2024", title: "Operations Director", quote: "Summit Data completely transformed our operations. We went from guessing to making confident, evidence-based moves.", tag: "Success Story", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg"
|
||||
@@ -130,6 +129,8 @@ export default function LandingPage() {
|
||||
title="Ready to Start Growing?"
|
||||
description="Book a free data review and discover what’s hidden in your spreadsheets."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@summitdata.com" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user