8 Commits

Author SHA1 Message Date
1b2f0b8c5f Merge version_4 into main
Merge version_4 into main
2026-04-23 17:39:08 +00:00
e917d4c494 Update src/app/page.tsx 2026-04-23 17:39:05 +00:00
cddc12baba Merge version_3 into main
Merge version_3 into main
2026-04-23 17:38:09 +00:00
452ec8529b Update src/app/page.tsx 2026-04-23 17:38:06 +00:00
a3ece920bd Merge version_3 into main
Merge version_3 into main
2026-04-23 17:37:41 +00:00
eef95b3474 Update src/app/page.tsx 2026-04-23 17:37:38 +00:00
311e098ca2 Merge version_2 into main
Merge version_2 into main
2026-04-23 17:32:36 +00:00
87469a7818 Merge version_2 into main
Merge version_2 into main
2026-04-23 17:32:01 +00:00

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{ type: "text", content: "Elevate Your Space," },
{ type: "image", src: "http://img.b2bpic.net/free-photo/happy-woman-checking-documents-holding-camera_23-2147601352.jpg" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/interior-design-concept-with-golden-accents_23-2151038980.jpg?_wi=1" },
{ type: "text", content: "Elevate Your Life" },
]}
buttons={[{ text: "Our Story", href: "#about-detail" }]}
@@ -84,7 +84,8 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
buttons={[{ text: "View Full Collection", href: "#collections-page" }]}
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
@@ -147,6 +148,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="PurePad"
logoSrc="http://img.b2bpic.net/free-photo/abstract-luxury-gold-logo-design_23-2151038972.jpg?_wi=1"
columns={[
{ title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "New Arrivals", href: "#" }] },
{ title: "PurePad", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },