Merge version_6 into main #9

Merged
bender merged 4 commits from version_6 into main 2026-02-18 22:54:22 +00:00
4 changed files with 14 additions and 14 deletions

View File

@@ -91,4 +91,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -71,16 +71,16 @@ export default function LandingPage() {
buttonAnimation="slide-up"
ariaLabel="Proof Digital hero section"
marqueeItems={[
{ type: "text", text: "Google" },
{ type: "text", text: "Microsoft" },
{ type: "text", text: "Amazon" },
{ type: "text", text: "Apple" },
{ type: "text", text: "Meta" },
{ type: "text", text: "Tesla" },
{ type: "text", text: "Netflix" },
{ type: "text", text: "Spotify" },
{ type: "text", text: "Uber" },
{ type: "text", text: "Airbnb" }
{ type: "text", text: "Joe's Plumbing" },
{ type: "text", text: "Main Street Dental" },
{ type: "text", text: "City Repairs Auto" },
{ type: "text", text: "Local Café Co" },
{ type: "text", text: "Green Landscaping" },
{ type: "text", text: "Premier Hair Salon" },
{ type: "text", text: "Downtown Pizza" },
{ type: "text", text: "Family Daycare" },
{ type: "text", text: "Tech Startup Hub" },
{ type: "text", text: "Community Bank" }
]}
marqueeSpeed={30}
showMarqueeCard={true}
@@ -298,4 +298,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -311,4 +311,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -159,4 +159,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}