Update src/app/page.tsx

This commit is contained in:
2026-02-23 21:12:08 +00:00
parent f087a97a74
commit d79a89cd19

View File

@@ -62,9 +62,9 @@ export default function LandingPage() {
imageAlt="Luxury roof installation in progress"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "15+ Years Warranty", icon: "CheckCircle" },
{ type: "text", text: "Handcrafted Materials", icon: "Sparkles" },
{ type: "text", text: "Expert Installation", icon: "ArrowRight" }
{ type: "text", text: "15+ Years Warranty" },
{ type: "text", text: "Handcrafted Materials" },
{ type: "text", text: "Expert Installation" }
]}
marqueeSpeed={30}
showMarqueeCard={true}