Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f38b146e5 | |||
| 3a58097015 | |||
| 6c5be5845a | |||
| f42e0d114b |
@@ -9,7 +9,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Github, Linkedin, Twitter, Sparkles, Zap, GitBranch, TrendingUp, MessageCircle } from 'lucide-react';
|
import { Github, Linkedin, Twitter, Sparkles, Zap, GitBranch, TrendingUp, MessageCircle, Award } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -61,8 +61,8 @@ export default function LandingPage() {
|
|||||||
<FeatureCardSeven
|
<FeatureCardSeven
|
||||||
title="Our Services"
|
title="Our Services"
|
||||||
description="We provide comprehensive digital solutions tailored to your business needs. From modern web development to advanced AI integration, we deliver excellence."
|
description="We provide comprehensive digital solutions tailored to your business needs. From modern web development to advanced AI integration, we deliver excellence."
|
||||||
tag="What We Offer"
|
tag="Trusted by 50+ Companies"
|
||||||
tagIcon={Zap}
|
tagIcon={Award}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Real feedback from businesses we've partnered with. Hear how Orion Labs has transformed their digital presence."
|
description="Real feedback from businesses we've partnered with. Hear how Orion Labs has transformed their digital presence and exceeded expectations through innovative solutions and dedicated support."
|
||||||
tag="Client Testimonials"
|
tag="Client Testimonials"
|
||||||
tagIcon={MessageCircle}
|
tagIcon={MessageCircle}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
|
|||||||
Reference in New Issue
Block a user