From e600991a61e4ee3e8a9eff3c3b8f75e1094c357f Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 11:47:18 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8d22a85..11b8436 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,8 +6,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from 'next/link'; -import { Sparkles, Envelope } from 'lucide-react'; +import { Sparkles, Mail } from 'lucide-react'; export default function ServicesPage() { return ( @@ -33,8 +32,7 @@ export default function ServicesPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Book Consultation", - href: "/contact" + text: "Book Consultation", href: "/contact" }} /> @@ -66,28 +64,13 @@ export default function ServicesPage() { tagIcon={Sparkles} products={[ { - id: "1", - name: "Romantic Rose Bouquet", - price: "$85", - imageSrc: "https://img.b2bpic.net/free-photo/rose-wooden-background_1232-2088.jpg", - imageAlt: "Premium rose bouquet", - initialQuantity: 1 + id: "1", name: "Romantic Rose Bouquet", price: "$85", imageSrc: "https://img.b2bpic.net/free-photo/rose-wooden-background_1232-2088.jpg", imageAlt: "Premium rose bouquet", initialQuantity: 1 }, { - id: "2", - name: "Wedding Day Elegance", - price: "$250", - imageSrc: "https://img.b2bpic.net/free-photo/bouquet-roses-with-red-bow_23-2147591160.jpg", - imageAlt: "Wedding flower arrangement", - initialQuantity: 1 + id: "2", name: "Wedding Day Elegance", price: "$250", imageSrc: "https://img.b2bpic.net/free-photo/bouquet-roses-with-red-bow_23-2147591160.jpg", imageAlt: "Wedding flower arrangement", initialQuantity: 1 }, { - id: "3", - name: "Seasonal Celebration", - price: "$95", - imageSrc: "https://img.b2bpic.net/free-photo/elevated-view-red-rose-flower-vase_23-2148181221.jpg", - imageAlt: "Seasonal flower mix", - initialQuantity: 1 + id: "3", name: "Seasonal Celebration", price: "$95", imageSrc: "https://img.b2bpic.net/free-photo/elevated-view-red-rose-flower-vase_23-2148181221.jpg", imageAlt: "Seasonal flower mix", initialQuantity: 1 } ]} textboxLayout="default" @@ -100,7 +83,7 @@ export default function ServicesPage() {