Merge version_1_1782002591291 into main

Merge version_1_1782002591291 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-21 00:45:49 +00:00

View File

@@ -3,6 +3,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroBillboardFeatures from '@/components/sections/hero/HeroBillboardFeatures';
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import { Shield, Globe, Award } from 'lucide-react';
export default function HomePage() {
return (
@@ -29,9 +30,9 @@ export default function HomePage() {
primaryButton={{ text: "Get Started", href: "/contact" }}
secondaryButton={{ text: "Learn More", href: "/about" }}
features={[
{ title: "Affordable", description: "Low 20% deposit requirements." },
{ title: "Global Reach", description: "Available in 4 major markets." },
{ title: "Reliable", description: "Proven track record of success." }
{ title: "Affordable", description: "Low 20% deposit requirements.", icon: Shield },
{ title: "Global Reach", description: "Available in 4 major markets.", icon: Globe },
{ title: "Reliable", description: "Proven track record of success.", icon: Award }
]}
imageSrc="http://img.b2bpic.net/free-vector/abstract-business-logo-template_1043-161.jpg"
/>