Update src/app/page.tsx

This commit is contained in:
2026-03-04 02:03:04 +00:00
parent ea26c35764
commit 4bdf440662

View File

@@ -85,7 +85,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
logoText="Phone Deli"
description="Fast & Affordable Phone & Laptop Repair. Screen repair, battery replacement, charging ports, camera repair, software issues and more."
description="Fast & Affordable Phone & Laptop Repair. Screen repair, battery replacement, charging ports, camera repair, software issues and more. ✓ Same-day service available"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Get Instant Quote", href: "#quote" },
@@ -192,4 +192,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}