Merge version_1_1782120090197 into main #1

Merged
bender merged 2 commits from version_1_1782120090197 into main 2026-06-22 09:22:33 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#hero"
"name": "Home", "href": "#hero"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Services",
"href": "#services"
"name": "Services", "href": "#services"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Why Choose Us",
"href": "#why-choose-us"
"name": "Why Choose Us", "href": "#why-choose-us"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Stroebel Financial Consultants"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=vfajlh"
ctaButton={{
text: "Get Consultation",
href: "#contact",
}}
text: "Get Consultation", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,13 +51,9 @@ export default function Layout() {
copyright="© 2024 Stroebel Financial Consultants. Helping South Africans Protect, Grow, and Preserve Their Wealth."
socialLinks={[
{
icon: Linkedin,
href: "#",
},
icon: "Linkedin", href: "#"},
{
icon: Facebook,
href: "#",
},
icon: "Facebook", href: "#"},
]}
/>
</SectionErrorBoundary>