8 Commits

Author SHA1 Message Date
45c09840d3 Update src/app/page.tsx 2026-04-24 11:19:32 +00:00
b40ea23470 Merge version_3 into main
Merge version_3 into main
2026-04-24 11:17:25 +00:00
74233f0f78 Update src/app/page.tsx 2026-04-24 11:17:22 +00:00
438b33a86d Merge version_2 into main
Merge version_2 into main
2026-04-24 11:13:28 +00:00
cf048ca41c Update src/app/page.tsx 2026-04-24 11:13:25 +00:00
b0f11931e0 Merge version_1 into main
Merge version_1 into main
2026-04-24 11:12:36 +00:00
1255d0b551 Merge version_1 into main
Merge version_1 into main
2026-04-24 11:12:06 +00:00
60b5d38518 Merge version_1 into main
Merge version_1 into main
2026-04-24 11:11:31 +00:00

View File

@@ -106,7 +106,7 @@ export default function LandingPage() {
<MetricSplitMediaAbout
useInvertedBackground={false}
title="Crafted with Precision"
description="At ET, we believe in the art of slow fashion. Our commitment to high-quality materials and traditional techniques ensures every piece is a lasting luxury."
description="At ET, we champion slow fashion as the ultimate long-term investment. By prioritizing artisanal quality and enduring materials, we create pieces that transcend fleeting trends, offering value that appreciates over a lifetime of use."
metrics={[
{
value: "100%", title: "Genuine Leather"},
@@ -141,6 +141,10 @@ export default function LandingPage() {
{
id: "p6", name: "Linen Tailored Shirt", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-glasses-near-dark-wall_158538-11224.jpg"},
]}
buttons={[
{
text: "Shop Now", href: "#shop"}
]}
title="The ET Collection"
description="Experience our latest arrivals in premium bags, sophisticated footwear, and signature shirts."
/>
@@ -280,4 +284,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}