diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b7e74d..b05a3b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Code, Facebook, Github, Linkedin, Palette, Rocket, Search, User } from "lucide-react"; +import { Code, Facebook, Github, Linkedin, Palette, Rocket, Search, User, Utensils, Coffee, Store, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -31,71 +31,41 @@ export default function LandingPage() {
@@ -281,19 +186,13 @@ export default function LandingPage() { socialLinks={[ { icon: Github, - href: "#", - ariaLabel: "GitHub profile", - }, + href: "#", ariaLabel: "GitHub profile"}, { icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn profile", - }, + href: "#", ariaLabel: "LinkedIn profile"}, { icon: Facebook, - href: "#", - ariaLabel: "Facebook page", - }, + href: "#", ariaLabel: "Facebook page"}, ]} />