diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 8f22b1d..55611fd 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -16,7 +16,8 @@ import ContactSection from './HomePage/sections/Contact';
{/* webild-stub @2026-06-16T00:30:50.415Z: Add a logo bar showcasing industry certifications (e.g., Apple Authorized Service, Samsung Repair partner) to build immediate professional credibility. */}
-import CertificationsSection from './HomePage/sections/Certifications';export default function HomePage(): React.JSX.Element {
+import CertificationsSection from './HomePage/sections/Certifications';
+import WarrantySection from './HomePage/sections/Warranty';export default function HomePage(): React.JSX.Element {
return (
<>
@@ -27,6 +28,7 @@ import CertificationsSection from './HomePage/sections/Certifications';export de
+
diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx
index 2fa8883..d5b4ad4 100644
--- a/src/pages/HomePage/sections/Hero.tsx
+++ b/src/pages/HomePage/sections/Hero.tsx
@@ -1,29 +1,19 @@
-// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
-// file as the canonical source for the "hero" section.
+// Created by add_section_from_catalog (HeroBillboardCarousel).
import React from 'react';
-import HeroOverlay from '@/components/sections/hero/HeroOverlay';
-import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
+import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
export default function HeroSection(): React.JSX.Element {
return (
-
-
-
-
-
+
+
+
);
}
diff --git a/src/pages/HomePage/sections/Warranty.tsx b/src/pages/HomePage/sections/Warranty.tsx
new file mode 100644
index 0000000..b16ca9e
--- /dev/null
+++ b/src/pages/HomePage/sections/Warranty.tsx
@@ -0,0 +1,44 @@
+import React from 'react';
+import { ShieldCheck, Wrench, ThumbsUp } from 'lucide-react';
+import ScrollReveal from '@/components/ui/ScrollReveal';
+
+export default function WarrantySection() {
+ return (
+
+
+
+
+
+
+
+ Our Promise
+
+
100% Satisfaction Guarantee
+
+ We stand behind our work. Every repair comes with a comprehensive warranty to give you peace of mind.
+
+
+
+
+
+
+
Lifetime Warranty
+
On all premium screen and battery replacements.
+
+
+
+
Expert Technicians
+
Certified professionals handling your device.
+
+
+
+
Price Match Guarantee
+
We'll match any local competitor's published price.
+
+
+
+
+
+
+ );
+}
\ No newline at end of file