From 487ba063f94416d7efe475ced7d9dd20df18f8fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:57:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 214 +++++++++-------------------------------------- 1 file changed, 38 insertions(+), 176 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d279054..5e1c855 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Database, Instagram, Layout, Monitor, Sparkles, Star, Twitter } from "lucide-react"; +import { Database, Figma, Instagram, Layout, Monitor, Sparkles, Star, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -300,16 +170,8 @@ export default function LandingPage() { logoText="mz.gen" copyrightText="© 2026 mz.gen | Built by AI" socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, ]} /> -- 2.49.1