Update src/app/page.tsx
This commit is contained in:
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="THE FINE ATELIER "
|
||||
brandName="MODERN MENS"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,8 +48,8 @@ export default function LandingPage() {
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title=' "Where Elegance Meet The Man"'
|
||||
description="Elevate your daily style with durable, tailored essentials built for a lifetime of wear."
|
||||
title="Refined Menswear for the Modern Era"
|
||||
description="Experience timeless craftsmanship and uncompromising quality designed for the way you live today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop New Arrivals", href: "#products"},
|
||||
@@ -101,20 +101,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-hands-his-trouser-pockets_23-2148316606.jpg"},
|
||||
id: "p1", name: "Classic Blazer", price: "$295", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-hands-his-trouser-pockets_23-2148316606.jpg"},
|
||||
{
|
||||
id: "p2", name: "Signature Oxford", price: "", imageSrc: "http://img.b2bpic.net/free-photo/analog-portrait-handsome-man-posing-artistically-outdoors_23-2149630142.jpg"},
|
||||
id: "p2", name: "Signature Oxford", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/analog-portrait-handsome-man-posing-artistically-outdoors_23-2149630142.jpg"},
|
||||
{
|
||||
id: "p3", name: "Tailored Trousers", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-man-standing-by-business-building_1303-11910.jpg"},
|
||||
id: "p3", name: "Tailored Trousers", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/young-man-standing-by-business-building_1303-11910.jpg"},
|
||||
{
|
||||
id: "p4", name: "Cashmere Knit", price: "$", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-with-coat-covering-his-shoulders-while-standing-near-lake-autumn-forest_613910-19827.jpg"},
|
||||
id: "p4", name: "Cashmere Knit", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-with-coat-covering-his-shoulders-while-standing-near-lake-autumn-forest_613910-19827.jpg"},
|
||||
{
|
||||
id: "p5", name: "Selvedge Denim", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-glasses-wear-casual-posed-outdoor-against-iron-stairs_627829-12663.jpg"},
|
||||
{
|
||||
id: "p6", name: "Leather Belt", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11187.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View All Collections", href: "/catalog" }
|
||||
]}
|
||||
title="Signature Collection"
|
||||
description="Essentials for the modern wardrobe."
|
||||
description="Curated essentials engineered for comfort, versatility, and sharp, effortless style."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,13 +150,13 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "pr1", title: "Starter Access", price: "$9/mo", period: "monthly", features: [
|
||||
"", ""],
|
||||
"10% off storewide", "Early access to sales"],
|
||||
button: {
|
||||
text: "Join Now"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-performer-suit-posing-while-twisting-arms_23-2148417942.jpg", imageAlt: "Front view of male performer in suit posing while twisting arms"},
|
||||
{
|
||||
id: "pr2", title: "Platinum Member", price: "$29/mo", period: "monthly", features: [
|
||||
"", "", "g"],
|
||||
"25% off storewide", "Free express shipping", "Priority tailoring"],
|
||||
button: {
|
||||
text: "Upgrade"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sitting-near-dark_158538-11273.jpg?_wi=2", imageAlt: "Front view of male performer in suit posing while twisting arms"},
|
||||
@@ -164,7 +167,7 @@ export default function LandingPage() {
|
||||
text: "Join Club"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expirienced-restorer-is-choosing-right-peace-stained-glass-his-project-his-workshop_613910-21389.jpg?_wi=2", imageAlt: "Front view of male performer in suit posing while twisting arms"},
|
||||
]}
|
||||
title="THE ART OF BEING WELL-DREESED "
|
||||
title="Membership Perks"
|
||||
description="Join the inner circle for exclusive access."
|
||||
/>
|
||||
</div>
|
||||
@@ -205,7 +208,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="THE Fine Atleier "
|
||||
logoText="MODERN MENS"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
|
||||
Reference in New Issue
Block a user