Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-10 09:47:24 +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>
);
}
}