From 40852cedb607cdf4d555bd6f8a4bc6b25549cb61 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:15:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cebe7f..4be3b70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Linkedin, TrendingUp, Twitter, Users } from "lucide-react"; +import { Award, TrendingUp, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -146,8 +146,3 @@ export default function LandingPage() { ); } -" - } - ], - "rawPlan": "I have added a customer testimonials section to showcase social proof, an FAQ section addressing common installment questions, a new contact section specifically highlighting our Saudi Arabia presence, and a detailed footer with professional business information and legal links. I also updated the navigation to reflect these new sections." -} \ No newline at end of file -- 2.49.1