Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -178,14 +178,14 @@ export default function LandingPage() {
|
|||||||
description="Have questions about cat care or adoption? Reach out to our community. We'd love to hear from fellow cat enthusiasts and help you on your feline journey."
|
description="Have questions about cat care or adoption? Reach out to our community. We'd love to hear from fellow cat enthusiasts and help you on your feline journey."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
id: "name", label: "Your Name", type: "text", placeholder: "Enter your name", required: true
|
label: "Your Name", type: "text", placeholder: "Enter your name", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "email", label: "Email Address", type: "email", placeholder: "your@email.com", required: true
|
label: "Email Address", type: "email", placeholder: "your@email.com", required: true
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
id: "message", label: "Message", placeholder: "Tell us about your cat or ask your question..."
|
label: "Message", placeholder: "Tell us about your cat or ask your question..."
|
||||||
}}
|
}}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
imageSrc="https://img.b2bpic.net/free-vector/get-well-soon-with-cute-character_23-2148491698.jpg"
|
imageSrc="https://img.b2bpic.net/free-vector/get-well-soon-with-cute-character_23-2148491698.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user