Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a09624dc2 | |||
| ba406e56df | |||
| f74d293bb9 | |||
| 872f09e724 | |||
| 256c31ff5d | |||
| 828b11eadb | |||
| 4ebee2a544 | |||
| 0eee85edb3 |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
|
|
||||||
export default function ServicesPage() {
|
export default function ServicesPage() {
|
||||||
return (
|
return (
|
||||||
@@ -35,7 +35,7 @@ export default function ServicesPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardEight
|
<PricingCardNine
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -43,11 +43,19 @@ export default function ServicesPage() {
|
|||||||
description="Choose the perfect package for your wedding."
|
description="Choose the perfect package for your wedding."
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "p1", badge: "Essential", price: "Custom", subtitle: "Live event coverage", buttons: [{ text: "Book", href: "/services" }],
|
id: "p1",
|
||||||
|
title: "Essential",
|
||||||
|
price: "Custom",
|
||||||
|
period: "",
|
||||||
|
button: { text: "Book", href: "/services" },
|
||||||
features: ["On-site painting", "High-res scan"]
|
features: ["On-site painting", "High-res scan"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2", badge: "Premiere", price: "Custom", subtitle: "Premium luxury service", buttons: [{ text: "Inquire", href: "/services" }],
|
id: "p2",
|
||||||
|
title: "Premiere",
|
||||||
|
price: "Custom",
|
||||||
|
period: "",
|
||||||
|
button: { text: "Inquire", href: "/services" },
|
||||||
features: ["On-site painting", "Studio finishing", "Framing included"]
|
features: ["On-site painting", "Studio finishing", "Framing included"]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user