From 40e5888644316d1f91ca9c821a0ce804b0921304 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 22:07:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 175 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 138 deletions(-) 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"}, ]} /> -- 2.49.1