Update src/app/services/page.tsx
This commit is contained in:
@@ -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"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get In Touch"
|
||||
tagIcon={Envelope}
|
||||
tagIcon={Mail}
|
||||
title="Ready to bring your vision to life?"
|
||||
description="Join our mailing list to stay updated on seasonal collections, special promotions, and floral inspiration."
|
||||
inputPlaceholder="Enter your email address"
|
||||
|
||||
Reference in New Issue
Block a user