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 ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import Link from 'next/link';
|
import { Sparkles, Mail } from 'lucide-react';
|
||||||
import { Sparkles, Envelope } from 'lucide-react';
|
|
||||||
|
|
||||||
export default function ServicesPage() {
|
export default function ServicesPage() {
|
||||||
return (
|
return (
|
||||||
@@ -33,8 +32,7 @@ export default function ServicesPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Consultation",
|
text: "Book Consultation", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -66,28 +64,13 @@ export default function ServicesPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "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
|
||||||
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",
|
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
|
||||||
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",
|
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
|
||||||
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"
|
textboxLayout="default"
|
||||||
@@ -100,7 +83,7 @@ export default function ServicesPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
tagIcon={Envelope}
|
tagIcon={Mail}
|
||||||
title="Ready to bring your vision to life?"
|
title="Ready to bring your vision to life?"
|
||||||
description="Join our mailing list to stay updated on seasonal collections, special promotions, and floral inspiration."
|
description="Join our mailing list to stay updated on seasonal collections, special promotions, and floral inspiration."
|
||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your email address"
|
||||||
|
|||||||
Reference in New Issue
Block a user