diff --git a/src/app/fragrance-request/page.tsx b/src/app/fragrance-request/page.tsx index 39066f6..94c97d0 100644 --- a/src/app/fragrance-request/page.tsx +++ b/src/app/fragrance-request/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import React from 'react'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -7,12 +7,25 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function FragranceRequestPage() { return ( - - -
+ + +
alert("Request submitted! We will reach out shortly.")} />