diff --git a/public/images/bg-header4.jpg b/public/images/bg-header4.jpg new file mode 100644 index 0000000..dd25fe9 Binary files /dev/null and b/public/images/bg-header4.jpg differ diff --git a/public/images/bg-header5.jpg b/public/images/bg-header5.jpg new file mode 100644 index 0000000..66f9540 Binary files /dev/null and b/public/images/bg-header5.jpg differ diff --git a/src/components/HeroSlider.tsx b/src/components/HeroSlider.tsx index 9f7b360..b9f3601 100644 --- a/src/components/HeroSlider.tsx +++ b/src/components/HeroSlider.tsx @@ -21,13 +21,13 @@ export default function HeroSlider({ onClickBook }: HeroSliderProps) { title: "Full-Service Veteran-Owned Real Estate Company", description: "Dynamic Realty is a full-service veteran-owned real estate company based in Centerville, GA, established in 2004. Our services include buying & selling, rentals, & property management. We strive to provide a service that meets the needs of all our customers & are proud to have been helping people with their real estate needs for the past 20 years.", - img: "/images/bg-header2.jpg", + img: "/images/bg-header4.jpg", }, { title: "Comprehensive Range of Realty Services", description: "Our services include buying & selling, renting, & property management. We understand the real estate sector inside out & are committed to providing a professional service to our clients. We strive to make the process of reaching your real estate goals as easy & stress-free as possible.", - img: "/images/bg-header3.jpg", + img: "/images/bg-header5.jpg", }, ]);