5 Commits

Author SHA1 Message Date
0b58f625fd Merge version_3 into main
Merge version_3 into main
2026-03-10 09:47:24 +00:00
589b344b1b Update src/app/page.tsx 2026-03-10 09:47:19 +00:00
353b5368bf Update src/app/layout.tsx 2026-03-10 09:47:19 +00:00
f081f04e2d Merge version_2 into main
Merge version_2 into main
2026-03-10 09:18:43 +00:00
51f57d63ea Merge version_2 into main
Merge version_2 into main
2026-03-10 09:17:48 +00:00
2 changed files with 9 additions and 6 deletions

View File

@@ -5,12 +5,15 @@ import "./styles/variables.css";
import "./styles/base.css";
const geistSans = localFont({
src: "./fonts/GeistVF.woff", variable: "--font-geist-sans", weight: "100 900"});
src: "./fonts/GeistVF.woff", variable: "--font-geist-sans", weight: "100 900"
});
const geistMono = localFont({
src: "./fonts/GeistMonoVF.woff", variable: "--font-geist-mono", weight: "100 900"});
src: "./fonts/GeistMonoVF.woff", variable: "--font-geist-mono", weight: "100 900"
});
export const metadata: Metadata = {
title: "Create Next App", description: "Generated by create next app"};
title: "Create Next App", description: "Generated by create next app"
};
export default function RootLayout({
children,
@@ -1402,4 +1405,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
<TextSplitAbout
title="Everyday Comfort, Done Properly"
description={[
"Most clothing forces you to choose: comfort or style, ease or structure, relaxed or refined. At PantsByBasics, we believe the best clothing should offer both — effortlessly.", "Our linen lowers are designed to deliver breathable comfort while maintaining a clean, polished look that works anywhere your day takes you.", "From slow mornings to busy evenings, these are the pants you'll keep reaching for."
"Most clothing forces you to choose: comfort or style, ease or structure, relaxed or refined. At PantsByBasics, we believe the best clothing should offer both — effortlessly.", "Our linen lowers are designed to deliver breathable comfort while maintaining a clean, polished look that works anywhere your day takes you.", "From slow mornings to busy evenings, these are the pants you'll keep reaching for.", "True to size with an adjustable elastic waistband and drawstring for your perfect fit."
]}
useInvertedBackground={false}
showBorder={false}
@@ -236,4 +236,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}