diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6806ee2..9128181 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,20 +25,12 @@ export default function LandingPage() { @@ -46,8 +38,7 @@ export default function LandingPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index a614b73..5f063d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,61 +28,28 @@ export default function LandingPage() {
@@ -93,27 +60,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Latest Mobiles", - subtitle: "Trending devices", - category: "Hardware", - value: "Premium selection", - }, - { - id: "f2", - title: "Quality Accessories", - subtitle: "Original gear", - category: "Hardware", - value: "Chargers & cables", - }, - { - id: "f3", - title: "SIM Solutions", - subtitle: "Travel & Local", - category: "Support", - value: "Foreigner friendly", - }, + { id: "f1", title: "Latest Mobiles", subtitle: "Trending devices", category: "Hardware", value: "Premium selection" }, + { id: "f2", title: "Quality Accessories", subtitle: "Original gear", category: "Hardware", value: "Chargers & cables" }, + { id: "f3", title: "SIM Solutions", subtitle: "Travel & Local", category: "Support", value: "Foreigner friendly" }, ]} title="Everything You Need" description="We specialize in high-quality mobile products and reliable support for all your connectivity needs." @@ -124,42 +73,13 @@ export default function LandingPage() { @@ -213,8 +108,7 @@ export default function LandingPage() { diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 0db14b9..311069f 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -25,20 +25,12 @@ export default function LandingPage() { @@ -49,48 +41,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Mobile Phones", - price: "From Store", - variant: "New Arrivals", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913301.jpg", - }, - { - id: "p2", - name: "Fast Chargers", - price: "Available", - variant: "Essential", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-orange-slices-drinkl_23-2149418285.jpg", - }, - { - id: "p3", - name: "Premium Cables", - price: "Available", - variant: "Reliable", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", - }, - { - id: "p4", - name: "Wireless Audio", - price: "Available", - variant: "Latest", - imageSrc: "http://img.b2bpic.net/free-photo/diary-cellphone-camera-earphone-coffee-cup-paperclip-alarm-clock-pencil-white-desk_23-2148061608.jpg", - }, - { - id: "p5", - name: "Power Banks", - price: "Available", - variant: "High Capacity", - imageSrc: "http://img.b2bpic.net/free-photo/white-usb-charging-gadgets-blurred-background-room-closeup_169016-15164.jpg", - }, - { - id: "p6", - name: "SIM Cards", - price: "Support", - variant: "Connect", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surrounded-with-scrub-glove-soap-perfume-bottle-towel-sponge-marble-backdrop_23-2147926923.jpg", - }, + { id: "p1", name: "Mobile Phones", price: "From Store", variant: "New Arrivals", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913301.jpg" }, + { id: "p2", name: "Fast Chargers", price: "Available", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-orange-slices-drinkl_23-2149418285.jpg" }, + { id: "p3", name: "Premium Cables", price: "Available", variant: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg" }, + { id: "p4", name: "Wireless Audio", price: "Available", variant: "Latest", imageSrc: "http://img.b2bpic.net/free-photo/diary-cellphone-camera-earphone-coffee-cup-paperclip-alarm-clock-pencil-white-desk_23-2148061608.jpg" }, + { id: "p5", name: "Power Banks", price: "Available", variant: "High Capacity", imageSrc: "http://img.b2bpic.net/free-photo/white-usb-charging-gadgets-blurred-background-room-closeup_169016-15164.jpg" }, + { id: "p6", name: "SIM Cards", price: "Support", variant: "Connect", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surrounded-with-scrub-glove-soap-perfume-bottle-towel-sponge-marble-backdrop_23-2147926923.jpg" }, ]} title="Our Product Range" description="Premium accessories and devices tailored to your needs. Availability may vary." @@ -102,8 +58,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Shop Support" description={[ - "Product availability changes frequently. Please call us or visit us to confirm the latest stock and pricing before coming by. We are always happy to help you select the best device or accessory for your needs.", - ]} + "Product availability changes frequently. Please call us or visit us to confirm the latest stock and pricing before coming by. We are always happy to help you select the best device or accessory for your needs."]} /> @@ -111,13 +66,9 @@ export default function LandingPage() {