Merge version_1_1781534566870 into main #1

Merged
bender merged 2 commits from version_1_1781534566870 into main 2026-06-15 14:43:54 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Anasayfa",
"href": "#"
"name": "Anasayfa", "href": "#"
},
{
"name": "Hizmetlerimiz",
"href": "#services"
"name": "Hizmetlerimiz", "href": "#services"
},
{
"name": "İletişim",
"href": "#contact"
"name": "İletişim", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Service Grid",
"href": "#service-grid"
"name": "Service Grid", "href": "#service-grid"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Sarıçiçek Oto"
logoImageSrc="http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31512.jpg"
ctaButton={{
text: "Randevu Al",
href: "#contact",
}}
text: "Randevu Al", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,17 +51,11 @@ export default function Layout() {
copyright="© 2024 Sarıçiçek Oto. Tüm hakları saklıdır."
socialLinks={[
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
{
icon: Twitter,
href: "#",
},
icon: "Twitter", href: "#"},
{
icon: Facebook,
href: "#",
},
icon: "Facebook", href: "#"},
]}
/>
</SectionErrorBoundary>