Update src/app/page.tsx

This commit is contained in:
2026-05-25 05:15:46 +00:00
parent d651019f20
commit 40852cedb6

View File

@@ -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() {
</ThemeProvider>
);
}
"
}
],
"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."
}