From e03058223f33b8d2b867a8ce338777e56bef4e1c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:14:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 144 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c492592..0991ae2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -131,9 +91,7 @@ export default function LandingPage() { tag="About Us" buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -146,47 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Antique Wooden Panel", - price: "$150", - variant: "Carved Wood", - imageSrc: "http://img.b2bpic.net/free-photo/two-whole-coconuts-teapot-marble-surface_114579-20123.jpg", - }, + id: "p1", name: "Antique Wooden Panel", price: "$150", variant: "Carved Wood", imageSrc: "http://img.b2bpic.net/free-photo/two-whole-coconuts-teapot-marble-surface_114579-20123.jpg"}, { - id: "p2", - name: "Raja Ravi Varma Print", - price: "$85", - variant: "Vintage Print", - imageSrc: "http://img.b2bpic.net/free-photo/this-is-such-lovely-table-setting_8353-9900.jpg", - }, + id: "p2", name: "Raja Ravi Varma Print", price: "$85", variant: "Vintage Print", imageSrc: "http://img.b2bpic.net/free-photo/this-is-such-lovely-table-setting_8353-9900.jpg"}, { - id: "p3", - name: "Handmade Window Frame", - price: "$220", - variant: "Teak Wood", - imageSrc: "http://img.b2bpic.net/free-photo/ornate-chair-art-nouveau-style_23-2150975651.jpg", - }, + id: "p3", name: "Handmade Window Frame", price: "$220", variant: "Teak Wood", imageSrc: "http://img.b2bpic.net/free-photo/ornate-chair-art-nouveau-style_23-2150975651.jpg"}, { - id: "p4", - name: "Brass Traditional Lamp", - price: "$95", - variant: "Brass", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-quince-with-ancient-cup-marble-table_114579-22202.jpg", - }, + id: "p4", name: "Brass Traditional Lamp", price: "$95", variant: "Brass", imageSrc: "http://img.b2bpic.net/free-photo/fresh-quince-with-ancient-cup-marble-table_114579-22202.jpg"}, { - id: "p5", - name: "English Ad Frame", - price: "$60", - variant: "Vintage Paper", - imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-with-bow-ancient-kettle-marble_114579-40260.jpg", - }, + id: "p5", name: "English Ad Frame", price: "$60", variant: "Vintage Paper", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-with-bow-ancient-kettle-marble_114579-40260.jpg"}, { - id: "p6", - name: "Small Photo Frame", - price: "$45", - variant: "Classic Wood", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-items-second-hand-market-high-angle_23-2149338428.jpg", - }, + id: "p6", name: "Small Photo Frame", price: "$45", variant: "Classic Wood", imageSrc: "http://img.b2bpic.net/free-photo/vintage-items-second-hand-market-high-angle_23-2149338428.jpg"}, ]} title="Heritage Collection" description="Browse our handpicked antique items, from wooden architectural panels to brass exclusives." @@ -199,6 +127,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + members={[]} + title="Our Team" + description="Meet the passionate artisans behind our collection." /> @@ -206,16 +137,13 @@ export default function LandingPage() { @@ -225,13 +153,9 @@ export default function LandingPage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfFsETye3LVZqXkmq0ZUE13lUA/uploaded-1775736782353-d71a0hoo.jpg" logoText="Gramin Arts" leftLink={{ - text: "Privacy Policy", - href: "#", - }} + text: "Privacy Policy", href: "#"}} rightLink={{ - text: "© 2024 Gramin Arts", - href: "#", - }} + text: "© 2024 Gramin Arts", href: "#"}} /> -- 2.49.1