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() {
@@ -52,111 +40,13 @@ export default function LandingPage() {
@@ -165,27 +55,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Graphic Design",
- description: "Creative visual identities, logo development, and modern designs for all your marketing collaterals.",
- imageSrc: "http://img.b2bpic.net/free-photo/industrial-designer-digital-art_23-2151585302.jpg?_wi=2",
- imageAlt: "Graphic design services",
- },
- {
- title: "Printing & Signage",
- description: "High-quality large format printing, custom outdoor signage, and professional banners that capture attention.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg?_wi=2",
- imageAlt: "Professional printing and signage",
- },
- {
- title: "Branding & Labels",
- description: "Expert branding services, custom promotional items, and premium product labels to strengthen your market presence.",
- imageSrc: "http://img.b2bpic.net/free-photo/boxes-labeled-dishwasher-tablets-home-supplies-store_169016-49234.jpg?_wi=2",
- imageAlt: "Custom branding and labeling services",
- },
+ { title: "Graphic Design", description: "Creative visual identities and modern designs.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-designer-digital-art_23-2151585302.jpg?_wi=2" },
+ { title: "Printing & Signage", description: "High-quality large format printing and custom signage.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg?_wi=2" },
+ { title: "Branding & Promotional Items", description: "Comprehensive branding and custom items to boost your presence.", imageSrc: "http://img.b2bpic.net/free-photo/boxes-labeled-dishwasher-tablets-home-supplies-store_169016-49234.jpg?_wi=2" },
+ { title: "Labels & Glass Portraits", description: "Precision custom labels and luxury glass portraits.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-posing_23-2149239019.jpg?_wi=2" }
]}
- title="Our Expert Design & Print Services"
- description="From concept to finished product, we provide a full spectrum of graphic and branding solutions designed to help your business stand out."
+ title="Our Services"
+ description="We offer a wide range of creative and branding services in Manzini."
/>
@@ -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."
- />
-
-
-