6 Commits

Author SHA1 Message Date
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

@@ -49,7 +49,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
title="ET: Ellama Tagacay"
title="Redefining Timeless Luxury"
description="Exquisite craftsmanship meets timeless elegance. Discover our premium collection of bags, shoes, and apparel crafted for the discerning individual."
testimonials={[
{
@@ -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>
);
}
}