From aa5030c03c2faac677b5a8af82ab268def5854da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:33:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4b64aa6..e5a7edf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./styles/globals.css"; export const metadata: Metadata = { - title: "UNREST - Bold Streetwear", description: "Bold. Artistic. Unapologetic. Curated streetwear for the urban collective."}; + title: "UNREST - Bold Streetwear", description: "Bold. Artistic. Unapologetic. Curated streetwear for the urban collective." +}; export default function RootLayout({ children, -- 2.49.1 From 1d99a0af5be4ad82d80d64f1ca404cf4249ec3a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:33:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e3f129..7efc6f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,6 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/woman-grey-suit-enjoys-wind-street-new-york-city_8353-1582.jpg" imageAlt="Bold streetwear collection hero background" showDimOverlay={true} - buttonAnimation="slide-up" className="relative overflow-hidden" /> -- 2.49.1