Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4cfcdcbac | |||
| 06d5e4b743 |
@@ -10,6 +10,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Sparkles, Zap, Palette, Code, TrendingUp, Shield, Smartphone, Star, Rocket, Crown, DollarSign, Mail } from 'lucide-react';
|
import { Sparkles, Zap, Palette, Code, TrendingUp, Shield, Smartphone, Star, Rocket, Crown, DollarSign, Mail } from 'lucide-react';
|
||||||
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -194,6 +195,24 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="about" data-section="about">
|
||||||
|
<SplitAbout
|
||||||
|
title="Companies I've Worked With"
|
||||||
|
description="At Webild, we collaborate with a diverse range of companies to bring innovative solutions to life. Here are some of the organizations I've had the pleasure to work with."
|
||||||
|
bulletPoints={[
|
||||||
|
{ title: "Tech Innovators Inc.", description: "Leading edge technology solutions for the future." },
|
||||||
|
{ title: "Global Solutions Co.", description: "Global reach with local expertise in technology solutions." },
|
||||||
|
{ title: "Innovatech LLC", description: "Specializing in cutting-edge software and hardware solutions." },
|
||||||
|
{ title: "FutureTech Corp.", description: "Pioneering technology solutions for a better tomorrow." }
|
||||||
|
]}
|
||||||
|
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
|
||||||
|
imageAlt="Collaboration between tech companies"
|
||||||
|
imagePosition="left"
|
||||||
|
textboxLayout="stacked"
|
||||||
|
useInvertedBackground="never"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user