Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -21,48 +21,55 @@ export default function ContactPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Experience", id: "/#experience" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Experience", id: "/#experience" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Jeff & Company"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
title="Book Your Appointment"
|
||||
description="Ready to treat your pet? Reach out to us today and schedule a grooming session in our calm, professional salon."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-portrait-handsome-smiling-man-sitting-pet-friendly-cafe-with-his-beautiful-dog-petting-golden-retriever-waiting-order_1258-314442.jpg"
|
||||
onSubmit={(email) => console.log("New Lead:", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-washing-dog_23-2149872954.jpg"
|
||||
logoText="Jeff & Company Grooming"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Greystoke Dr, Ruislip", href: "#" },
|
||||
{ label: "07598 206450", href: "tel:07598206450" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Opening Hours", items: [
|
||||
{ label: "Mon-Fri: 9am-5pm", href: "#" },
|
||||
{ label: "Sat: 9am-5pm", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
brandName="Jeff & Company"
|
||||
/>
|
||||
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
title="Book Your Appointment"
|
||||
description="Ready to treat your pet? Reach out to us today and schedule a grooming session in our calm, professional salon."
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-portrait-handsome-smiling-man-sitting-pet-friendly-cafe-with-his-beautiful-dog-petting-golden-retriever-waiting-order_1258-314442.jpg"
|
||||
onSubmit={(email) => console.log("New Lead:", email)}
|
||||
/>
|
||||
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-washing-dog_23-2149872954.jpg"
|
||||
logoText="Jeff & Company Grooming"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Greystoke Dr, Ruislip", href: "#" },
|
||||
{ label: "07598 206450", href: "tel:07598206450" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Opening Hours", items: [
|
||||
{ label: "Mon-Fri: 9am-5pm", href: "#" },
|
||||
{ label: "Sat: 9am-5pm", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -37,6 +37,8 @@ export default function MenuPage() {
|
||||
animationType="slide-up"
|
||||
title="Our Menu & Pricing"
|
||||
description="Explore our grooming packages tailored to your pet's needs."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1", badge: "Basic", price: "£35", subtitle: "Bath & Brush", features: ["Deep clean bath", "Gentle brush out", "Nail trim", "Ear cleaning"],
|
||||
|
||||
Reference in New Issue
Block a user