From 4b2ec7a841fd01f6236afefb01bc72f0589880c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:21:17 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c271340..1131ec4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -15,7 +15,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -45,24 +45,18 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Wedding Stage Decoration", - description: "Transform your wedding stage into a magical backdrop with our expert design and execution. We create stunning stage setups with premium flowers, elegant lighting, and custom themes tailored to your vision.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-celebration-illuminated-by-chandelier-flame-generated-by-ai_188544-45454.jpg?_wi=3" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-wedding-archway-front_8353-9891.jpg?_wi=2" }, + title: "Wedding Stage Decoration", description: "Transform your wedding stage into a magical backdrop with our expert design and execution. We create stunning stage setups with premium flowers, elegant lighting, and custom themes tailored to your vision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-celebration-illuminated-by-chandelier-flame-generated-by-ai_188544-45454.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-wedding-archway-front_8353-9891.jpg" }, }, { id: 2, - title: "Mehndi & Engagement Ceremonies", - description: "Celebrate your pre-wedding events in style with our colorful and vibrant decoration themes. We specialize in creating festive atmospheres perfect for mehndi nights and engagement parties with traditional and modern elements.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/shoes-market-morocco_23-2148129831.jpg?_wi=3" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/elegant-floral-wedding-table-setting-with-candles_23-2151978892.jpg?_wi=2" }, + title: "Mehndi & Engagement Ceremonies", description: "Celebrate your pre-wedding events in style with our colorful and vibrant decoration themes. We specialize in creating festive atmospheres perfect for mehndi nights and engagement parties with traditional and modern elements.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/shoes-market-morocco_23-2148129831.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/elegant-floral-wedding-table-setting-with-candles_23-2151978892.jpg" }, }, { id: 3, - title: "Walima & Reception Halls", - description: "Create an elegant dining atmosphere for your walima with our comprehensive hall decoration services. From table settings to ambient lighting, we handle every detail to make your reception memorable and refined.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-ceremony-place-near-sea-decorated-by-flowers_8353-9869.jpg?_wi=4" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481455.jpg?_wi=4" }, + title: "Walima & Reception Halls", description: "Create an elegant dining atmosphere for your walima with our comprehensive hall decoration services. From table settings to ambient lighting, we handle every detail to make your reception memorable and refined.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-ceremony-place-near-sea-decorated-by-flowers_8353-9869.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481455.jpg" }, }, ]} showStepNumbers={true} @@ -85,7 +79,7 @@ export default function ServicesPage() { { id: "3", value: "Luxury", description: "Full service with lighting from 50,000 PKR" }, { id: "4", value: "Custom", description: "Personalized packages tailored to your needs" }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} @@ -112,8 +106,7 @@ export default function ServicesPage() { logoText="Sawera Decoration" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Wedding Decoration", href: "/services" }, { label: "Mehndi & Engagement", href: "/services" }, { label: "Hall Decoration", href: "/services" }, @@ -121,8 +114,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/#gallery" }, { label: "Contact", href: "/#contact" }, @@ -130,8 +122,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +92 333 9609084", href: "tel:+923339609084" }, { label: "Location: Mian Gaan Colony, Kohat", href: "#" }, { label: "Email Support", href: "#" }, @@ -139,8 +130,7 @@ export default function ServicesPage() { ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "TikTok", href: "#" },