diff --git a/src/app/page.tsx b/src/app/page.tsx index 71de17f..cc5fc84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -196,132 +72,21 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Custom Outdoor Banner", - price: "From SZL 450", - imageSrc: "http://img.b2bpic.net/free-photo/blackfriday-celebration-marketing_23-2151861867.jpg?_wi=2", - imageAlt: "Outdoor banner example", - }, - { - id: "p2", - name: "Promo Item Pack", - price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg?_wi=1", - imageAlt: "Promotional items set", - }, - { - id: "p3", - name: "Luxury Glass Portrait", - price: "From SZL 800", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-posing_23-2149239019.jpg?_wi=1", - imageAlt: "Custom glass portrait", - }, - { - id: "p4", - name: "Business Cards", - price: "From SZL 200", - imageSrc: "http://img.b2bpic.net/free-photo/draft-design-line-outline-sketch-style-graphic-concept_53876-137601.jpg?_wi=1", - imageAlt: "Business card printing", - }, - { - id: "p5", - name: "Wall Vinyl Signage", - price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080256.jpg?_wi=1", - imageAlt: "Vinyl wall signage", - }, - { - id: "p6", - name: "Custom Product Labels", - price: "From SZL 150", - imageSrc: "http://img.b2bpic.net/free-photo/diy-activity-online-content-craft-creation_23-2151515921.jpg?_wi=1", - imageAlt: "Custom labels", - }, + { id: "p1", name: "Custom Banners", price: "Contact Us", imageSrc: "http://img.b2bpic.net/free-photo/blackfriday-celebration-marketing_23-2151861867.jpg?_wi=2" }, + { id: "p2", name: "Promotional Items", price: "Contact Us", imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347104.jpg?_wi=1" }, + { id: "p3", name: "Glass Portraits", price: "Contact Us", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-posing_23-2149239019.jpg?_wi=1" } ]} - title="Featured Projects & Products" - description="Explore our portfolio of high-quality prints and custom branding solutions. Each item is crafted with precision to elevate your brand." - /> - - -
-
@@ -329,54 +94,8 @@ export default function LandingPage() {