From 2b1aab00b9fb3b803b2a8b2b6354c69491741980 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:00:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 212 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d6d00e..6be72d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Diamond, Folder, Instagram, Linkedin, Sparkles, Users } from "lucide-react"; +import { Award, Diamond, Folder, Instagram, Linkedin, Sparkles, Users, X } from "lucide-react"; export default function LandingPage() { return ( @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -322,20 +208,14 @@ export default function LandingPage() { copyrightText="© 2024 المنشأة الفاخرة. جميع الحقوق محفوظة." socialLinks={[ { - icon: "X", - href: "https://x.com", - ariaLabel: "تابعنا على إكس", - }, + icon: X, + href: "https://x.com", ariaLabel: "تابعنا على إكس"}, { icon: Instagram, - href: "https://instagram.com", - ariaLabel: "تابعنا على انستغرام", - }, + href: "https://instagram.com", ariaLabel: "تابعنا على انستغرام"}, { icon: Linkedin, - href: "https://linkedin.com", - ariaLabel: "تابعنا على لينكدإن", - }, + href: "https://linkedin.com", ariaLabel: "تابعنا على لينكدإن"}, ]} /> -- 2.49.1