Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a07a0c27c | |||
| c2e24fe1fd |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Excellence in Every Detail."
|
title="Excellence in Every Detail."
|
||||||
description="Eliminate the frustration of generic, mass-produced goods. PAU ‘OLE delivers bespoke, artisan-crafted pieces built to last a lifetime."
|
description="Discover the craftsmanship of PAU ‘OLE. Where timeless quality meets modern design."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Collection", href: "#products"},
|
text: "Explore Collection", href: "#products"},
|
||||||
@@ -122,6 +122,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Shop", href: "/shop" }
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Refined Classic", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/white-sports-equipment_23-2151920908.jpg"},
|
id: "1", name: "Refined Classic", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/white-sports-equipment_23-2151920908.jpg"},
|
||||||
|
|||||||
Reference in New Issue
Block a user