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:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user