From 95158b83ec8ee2bd27b2df9d3d576114b850579a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:21:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99e4635..4cb8ba8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -46,8 +46,8 @@ export default function LandingPage() { { text: "๐Ÿ“ž Call Now (079 4254 4634)", href: "tel:07942544634" }, { text: "๐Ÿงพ Get Wholesale Quote", href: "#contact" }, ]} - background={{ variant: "blurBottom" }} - imageSrc="http://img.b2bpic.net/free-photo/female-business-owner-working-portrait_23-2148828317.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/female-business-owner-working-portrait_23-2148828317.jpg" imageAlt="Jinay International Sublimation Products Display" frameStyle="card" buttonAnimation="slide-up" @@ -79,7 +79,7 @@ export default function LandingPage() { reviewCount: "All phone models", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-334.jpg", imageAlt: "Custom Printed Mobile Cover"}, { id: "6", brand: "Jinay", name: "Corporate Gift Sets", price: "Custom quotation", rating: 5, - reviewCount: "Bulk orders", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-outfits-with-personal-accessories-wooden-desk_23-2147856130.jpg?_wi=1", imageAlt: "Branded Corporate Gift Set"}, + reviewCount: "Bulk orders", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-outfits-with-personal-accessories-wooden-desk_23-2147856130.jpg", imageAlt: "Branded Corporate Gift Set"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -109,9 +109,9 @@ export default function LandingPage() { tag="Our Impact" metrics={[ { - id: "1", value: "13+", title: "Google Reviews", description: "4.1โ˜… rating from verified customers", imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working-portrait_23-2148828317.jpg?_wi=2", imageAlt: "Customer Satisfaction"}, + id: "1", value: "13+", title: "Google Reviews", description: "4.1โ˜… rating from verified customers", imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working-portrait_23-2148828317.jpg", imageAlt: "Customer Satisfaction"}, { - id: "2", value: "500+", title: "Active Clients", description: "Print shops, gift stores, and corporations", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-outfits-with-personal-accessories-wooden-desk_23-2147856130.jpg?_wi=2", imageAlt: "Business Clients"}, + id: "2", value: "500+", title: "Active Clients", description: "Print shops, gift stores, and corporations", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-outfits-with-personal-accessories-wooden-desk_23-2147856130.jpg", imageAlt: "Business Clients"}, { id: "3", value: "10+", title: "Years Experience", description: "Industry expertise in sublimation and gifting", imageSrc: "http://img.b2bpic.net/free-photo/store-assistants-receiving-new-fashion-collection-put-display-showroom_482257-98959.jpg", imageAlt: "Equipment Experience"}, ]} -- 2.49.1