Update src/app/contact/page.tsx
This commit is contained in:
@@ -45,7 +45,6 @@ export default function ContactPage() {
|
|||||||
imageAlt="Contact Rose Studio"
|
imageAlt="Contact Rose Studio"
|
||||||
textPosition="center"
|
textPosition="center"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -65,8 +64,7 @@ export default function ContactPage() {
|
|||||||
logoText="Rose"
|
logoText="Rose"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Collections",
|
title: "Collections", items: [
|
||||||
items: [
|
|
||||||
{ label: "Wedding Flowers", href: "/arrangements" },
|
{ label: "Wedding Flowers", href: "/arrangements" },
|
||||||
{ label: "Event Design", href: "/arrangements" },
|
{ label: "Event Design", href: "/arrangements" },
|
||||||
{ label: "Everyday Arrangements", href: "/arrangements" },
|
{ label: "Everyday Arrangements", href: "/arrangements" },
|
||||||
@@ -74,8 +72,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Custom Design", href: "/services" },
|
{ label: "Custom Design", href: "/services" },
|
||||||
{ label: "Delivery", href: "/services" },
|
{ label: "Delivery", href: "/services" },
|
||||||
{ label: "Subscriptions", href: "/services" },
|
{ label: "Subscriptions", href: "/services" },
|
||||||
@@ -83,8 +80,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/" },
|
{ label: "About Us", href: "/" },
|
||||||
{ label: "Gallery", href: "/gallery" },
|
{ label: "Gallery", href: "/gallery" },
|
||||||
{ label: "Blog", href: "/" },
|
{ label: "Blog", href: "/" },
|
||||||
@@ -92,8 +88,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Instagram", href: "https://instagram.com" },
|
{ label: "Instagram", href: "https://instagram.com" },
|
||||||
{ label: "Facebook", href: "https://facebook.com" },
|
{ label: "Facebook", href: "https://facebook.com" },
|
||||||
{ label: "Pinterest", href: "https://pinterest.com" },
|
{ label: "Pinterest", href: "https://pinterest.com" },
|
||||||
|
|||||||
Reference in New Issue
Block a user