Merge version_6 into main #9
@@ -91,4 +91,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -311,4 +311,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -159,4 +159,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user