Update src/app/page.tsx

This commit is contained in:
2026-04-23 17:37:38 +00:00
parent 311e098ca2
commit eef95b3474

View File

@@ -38,6 +38,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="PurePad"
logoSrc="http://img.b2bpic.net/free-photo/abstract-luxury-gold-logo-design_23-2151038972.jpg?_wi=1"
/>
</div>
@@ -59,7 +60,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" }]}
@@ -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: "#" }] },