Update src/app/pricing/page.tsx
This commit is contained in:
@@ -28,7 +28,7 @@ export default function PricingPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Products", id: "/products" },
|
{ name: "Products", id: "/products" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now", href: "/products"
|
text: "Order Now", href: "/products"
|
||||||
@@ -74,7 +74,7 @@ export default function PricingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", price: "$199.99", name: "For corporate events and weddings", buttons: [
|
id: "4", price: "$199.99", name: "For corporate events and weddings", buttons: [
|
||||||
{ text: "Contact Us", href: "contact" },
|
{ text: "Contact Us", href: "/contact" },
|
||||||
{ text: "Learn More", href: "/pricing" },
|
{ text: "Learn More", href: "/pricing" },
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
@@ -94,4 +94,4 @@ export default function PricingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user