Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import { Architecture, Briefcase, CalendarCheck, ClipboardCheck, Cloud, Code, Crown, DollarSign, GitMerge, GitPullRequest, Globe, Group, Handshake, Heart, Layers, Layout, LayoutDashboard, Lightbulb, Map, MessageSquare, Minimize2, Package, Repeat, Rocket, Scale, Search, Server, Settings, Smartphone, Timer, UserPlus, Users, Workflow, Zap } from "lucide-react";
|
import { Briefcase, CalendarCheck, ClipboardCheck, Cloud, Code, Crown, DollarSign, GitMerge, GitPullRequest, Globe, Group, Handshake, Heart, Layers, Layout, LayoutDashboard, Lightbulb, Map, MessageSquare, Minimize2, Package, Repeat, Rocket, Scale, Search, Server, Settings, Smartphone, Timer, UserPlus, Users, Workflow, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -193,7 +193,7 @@ export default function LandingPage() {
|
|||||||
icon: Search,
|
icon: Search,
|
||||||
text: "Technology Audits"},
|
text: "Technology Audits"},
|
||||||
{
|
{
|
||||||
icon: Architecture,
|
icon: Layout,
|
||||||
text: "Software Architecture"},
|
text: "Software Architecture"},
|
||||||
{
|
{
|
||||||
icon: Lightbulb,
|
icon: Lightbulb,
|
||||||
|
|||||||
Reference in New Issue
Block a user