diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index a2ee745..5c070fe 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -7,102 +7,52 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
- {
- "name": "Anasayfa",
- "href": "#hero"
- },
- {
- "name": "Hakkımızda",
- "href": "#about"
- },
- {
- "name": "Hizmetler",
- "href": "#services"
- },
- {
- "name": "İletişim",
- "href": "#contact"
- },
- {
- "name": "Metrics",
- "href": "#metrics"
- },
- {
- "name": "Testimonials",
- "href": "#testimonials"
- },
- {
- "name": "Faq",
- "href": "#faq"
- }
-];
+ { name: "Anasayfa", href: "#hero" },
+ { name: "Hakkımızda", href: "#about" },
+ { name: "Hizmetler", href: "#services" },
+ { name: "İletişim", href: "#contact" }
+ ];
return (
+ logo="Uysal Oto"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=pleg9l"
+ ctaButton={{
+ text: "Randevu Al", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]}
+ copyright="© 2024 Uysal Oto Özel Servis. Tüm hakları saklıdır."
+ links={[
+ { label: "Gizlilik Politikası", href: "#" },
+ { label: "Kullanım Şartları", href: "#" },
+ ]}
+ />
);
diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 3d6105c..484d247 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -5,7 +5,7 @@ import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaC
import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
-import { Award, CheckCircle, Clock, Shield, Users, Wrench, Zap } from "lucide-react";
+import { CheckCircle, Shield, Zap, Users, Award, Wrench, Clock } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -13,232 +13,106 @@ export default function HomePage() {
<>
-
+
-
+
-
+
-
+
-
+
-
+
>