Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b625239d2c | |||
| 5918e4b6c2 | |||
| c6dd75ffdd | |||
| 1efafa62e3 | |||
| 298df261ac | |||
| 7dcef08d7c | |||
| 1697db59a6 | |||
| 7575744b40 | |||
| 409859bd7b | |||
| d7326fc033 | |||
| eaee75c6ae | |||
| ed4bb1bab3 | |||
| d886b3c059 | |||
| 5ef53185a5 | |||
| ea69f9c245 | |||
| 4ad76c6771 | |||
| 5aa2ea4ee5 | |||
| 17f5dab27b | |||
| c2e24bf983 | |||
| a4691cde59 | |||
| dd5651bd7d | |||
| 8d32533021 | |||
| 6785e210fd |
@@ -29,8 +29,10 @@ export default function BlogPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/#about" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Shop", id: "/shop" },
|
{ name: "Products", id: "/#products" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
|
{ name: "FAQ", id: "/#faq" },
|
||||||
|
{ name: "Contact", id: "/contacts" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Shop Now", href: "/shop" }}
|
button={{ text: "Shop Now", href: "/shop" }}
|
||||||
brandName="Find Mouse"
|
brandName="Find Mouse"
|
||||||
@@ -60,9 +62,9 @@ export default function BlogPage() {
|
|||||||
imageSrc="https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=2"
|
imageSrc="https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=2"
|
||||||
imageAlt="Scenic dairy farm landscape"
|
imageAlt="Scenic dairy farm landscape"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Shop", items: [{ label: "Milk", href: "products" }, { label: "Cheese", href: "products" }, { label: "Specials", href: "products" }] },
|
{ title: "Shop", items: [{ label: "Milk", href: "/shop" }, { label: "Cheese", href: "/shop" }, { label: "Specials", href: "/shop" }] },
|
||||||
{ title: "About Us", items: [{ label: "Our Story", href: "about" }, { label: "Sustainability", href: "about" }, { label: "Team", href: "#" }] },
|
{ title: "About Us", items: [{ label: "Our Story", href: "/#about" }, { label: "Sustainability", href: "/#about" }, { label: "Team", href: "#" }] },
|
||||||
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", href: "#" }] }
|
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/contacts" }, { label: "Privacy Policy", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
logoText="Find Mouse"
|
logoText="Find Mouse"
|
||||||
copyrightText="© 2024 Find Mouse. All rights reserved."
|
copyrightText="© 2024 Find Mouse. All rights reserved."
|
||||||
@@ -71,4 +73,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
69
src/app/contacts/page.tsx
Normal file
69
src/app/contacts/page.tsx
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
|
|
||||||
|
export default function ContactsPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="shift-hover"
|
||||||
|
defaultTextAnimation="entrance-slide"
|
||||||
|
borderRadius="pill"
|
||||||
|
contentWidth="mediumSmall"
|
||||||
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
|
background="aurora"
|
||||||
|
cardStyle="glass-depth"
|
||||||
|
primaryButtonStyle="gradient"
|
||||||
|
secondaryButtonStyle="layered"
|
||||||
|
headingFontWeight="extrabold"
|
||||||
|
>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarStyleCentered
|
||||||
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "About", id: "/#about" },
|
||||||
|
{ name: "Products", id: "/#products" },
|
||||||
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
|
{ name: "FAQ", id: "/#faq" },
|
||||||
|
{ name: "Contact", id: "/contacts" }
|
||||||
|
]}
|
||||||
|
button={{ text: "Shop Now", href: "/shop" }}
|
||||||
|
brandName="Find Mouse"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="contact-page-section" data-section="contact-page-section">
|
||||||
|
<ContactSplitForm
|
||||||
|
title="Get in Touch with Find Mouse"
|
||||||
|
description="Have questions about our products, farm tours, or special orders? We'd love to hear from you!"
|
||||||
|
inputs={[
|
||||||
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
|
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||||
|
]}
|
||||||
|
textarea={{ name: "message", placeholder: "Tell us more...", rows: 5, required: true }}
|
||||||
|
buttonText="Send Message"
|
||||||
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771850674704-2zcygfwe.mp4"
|
||||||
|
imageAlt="People contacting a business"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
|
mediaPosition="right"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
ariaLabel="Contact form for Find Mouse"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterMedia
|
||||||
|
imageSrc="https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=1"
|
||||||
|
imageAlt="Scenic dairy farm landscape"
|
||||||
|
columns={[
|
||||||
|
{ title: "Shop", items: [{ label: "Milk", href: "/shop" }, { label: "Cheese", href: "/shop" }, { label: "Specials", href: "/shop" }] },
|
||||||
|
{ title: "About Us", items: [{ label: "Our Story", href: "/#about" }, { label: "Sustainability", href: "/#about" }, { label: "Team", href: "#" }] },
|
||||||
|
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/contacts" }, { label: "Privacy Policy", href: "#" }] }
|
||||||
|
]}
|
||||||
|
logoText="Find Mouse"
|
||||||
|
copyrightText="© 2024 Find Mouse. All rights reserved."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -28,8 +28,8 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[{name:"About",id:"about"},{name:"Products",id:"products"},{name:"Testimonials",id:"testimonials"},{name:"FAQ",id:"faq"},{name:"Contact",id:"contact"}]}
|
navItems={[{name:"About",id:"/#about"},{name:"Products",id:"/#products"},{name:"Testimonials",id:"/#testimonials"},{name:"FAQ",id:"/#faq"},{name:"Contact",id:"/contacts"}]}
|
||||||
button={{text:"Shop Now",href:"products"}}
|
button={{text:"Shop Now",href:"/shop"}}
|
||||||
brandName="Find Mouse"
|
brandName="Find Mouse"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -39,13 +39,10 @@ export default function LandingPage() {
|
|||||||
description="Discover the wholesome goodness of our farm-fresh milk and handcrafted cheeses, made with passion and tradition."
|
description="Discover the wholesome goodness of our farm-fresh milk and handcrafted cheeses, made with passion and tradition."
|
||||||
background={{variant:"radial-gradient"}}
|
background={{variant:"radial-gradient"}}
|
||||||
tag="Naturally Delicious"
|
tag="Naturally Delicious"
|
||||||
buttons={[{text:"Explore Products",href:"products"},{text:"Our Story",href:"about"}]}
|
buttons={[{text:"Explore Products",href:"/shop"},{text:"Our Story",href:"#about"}]}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
title: "Dairy Delights", stats: [
|
title: "Dairy Delights", stats: [
|
||||||
{title:"Years Crafting",values:[30,35,40],valuePrefix:"",description:"Of artisanal excellence."},
|
{title:"Years Crafting",values:[30,35,40],valuePrefix:"",description:"Of artisanal excellence."}, {title:"Happy Cows",values:[100,120,150],valuePrefix:"",description:"Grazing our green pastures."}, {title:"Cheese Varieties",values:[15,20,25],description:"Handcrafted with care."} ],
|
||||||
{title:"Happy Cows",values:[100,120,150],valuePrefix:"",description:"Grazing our green pastures."},
|
|
||||||
{title:"Cheese Varieties",values:[15,20,25],description:"Handcrafted with care."}
|
|
||||||
],
|
|
||||||
logoIcon: Sparkles,
|
logoIcon: Sparkles,
|
||||||
sidebarItems: [{icon:Milk,active:true},{icon:CookingPot},{icon:Sprout}],
|
sidebarItems: [{icon:Milk,active:true},{icon:CookingPot},{icon:Sprout}],
|
||||||
buttons: [{text:"Farm Tour",href:"#"},{text:"Recipes",href:"#"}],
|
buttons: [{text:"Farm Tour",href:"#"},{text:"Recipes",href:"#"}],
|
||||||
@@ -122,6 +119,7 @@ export default function LandingPage() {
|
|||||||
inputs={[{name:"name",type:"text",placeholder:"Your Name",required:true},{name:"email",type:"email",placeholder:"Your Email",required:true}]}
|
inputs={[{name:"name",type:"text",placeholder:"Your Name",required:true},{name:"email",type:"email",placeholder:"Your Email",required:true}]}
|
||||||
textarea={{name:"message",placeholder:"Tell us more...",rows:5,required:true}}
|
textarea={{name:"message",placeholder:"Tell us more...",rows:5,required:true}}
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
|
imageSrc="/placeholders/placeholder1.webp"
|
||||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771850674704-2zcygfwe.mp4"
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771850674704-2zcygfwe.mp4"
|
||||||
imageAlt="Country road leading to a dairy farm"
|
imageAlt="Country road leading to a dairy farm"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -134,11 +132,11 @@ export default function LandingPage() {
|
|||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=1"
|
imageSrc="https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=1"
|
||||||
imageAlt="Scenic dairy farm landscape"
|
imageAlt="Scenic dairy farm landscape"
|
||||||
columns={[{title:"Shop",items:[{label:"Milk",href:"products"},{label:"Cheese",href:"products"},{label:"Specials",href:"products"}]},{title:"About Us",items:[{label:"Our Story",href:"about"},{label:"Sustainability",href:"about"},{label:"Team",href:"#"}]},{title:"Support",items:[{label:"FAQ",href:"faq"},{label:"Contact",href:"contact"},{label:"Privacy Policy",href:"#"}]}]}
|
columns={[{title:"Shop",items:[{label:"Milk",href:"/shop"},{label:"Cheese",href:"/shop"},{label:"Specials",href:"/shop"}]},{title:"About Us",items:[{label:"Our Story",href:"/#about"},{label:"Sustainability",href:"/#about"},{label:"Team",href:"#"}]},{title:"Support",items:[{label:"FAQ",href:"/#faq"},{label:"Contact",href:"/contacts"},{label:"Privacy Policy",href:"#"}]}]}
|
||||||
logoText="Find Mouse"
|
logoText="Find Mouse"
|
||||||
copyrightText="© 2024 Find Mouse. All rights reserved."
|
copyrightText="© 2024 Find Mouse. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -77,8 +77,10 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/#about" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Shop", id: "/shop" },
|
{ name: "Products", id: "/#products" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
|
{ name: "FAQ", id: "/#faq" },
|
||||||
|
{ name: "Contact", id: "/contacts" }
|
||||||
];
|
];
|
||||||
|
|
||||||
const navbarProps = {
|
const navbarProps = {
|
||||||
@@ -88,9 +90,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
|
|
||||||
const footerProps = {
|
const footerProps = {
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=4", imageAlt: "Scenic dairy farm landscape", columns: [
|
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=4", imageAlt: "Scenic dairy farm landscape", columns: [
|
||||||
{ title: "Shop", items: [{ label: "Milk", href: "products" }, { label: "Cheese", href: "products" }, { label: "Specials", href: "products" }] },
|
{ title: "Shop", items: [{ label: "Milk", href: "/shop" }, { label: "Cheese", href: "/shop" }, { label: "Specials", href: "/shop" }] },
|
||||||
{ title: "About Us", items: [{ label: "Our Story", href: "about" }, { label: "Sustainability", href: "about" }, { label: "Team", href: "#" }] },
|
{ title: "About Us", items: [{ label: "Our Story", href: "/#about" }, { label: "Sustainability", href: "/#about" }, { label: "Team", href: "#" }] },
|
||||||
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", href: "#" }] }
|
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/contacts" }, { label: "Privacy Policy", href: "#" }] }
|
||||||
],
|
],
|
||||||
logoText: "Find Mouse", copyrightText: "© 2024 Find Mouse. All rights reserved."};
|
logoText: "Find Mouse", copyrightText: "© 2024 Find Mouse. All rights reserved."};
|
||||||
|
|
||||||
@@ -219,4 +221,4 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -44,8 +44,10 @@ function ShopPageContent() {
|
|||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/#about" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Shop", id: "/shop" },
|
{ name: "Products", id: "/#products" },
|
||||||
{ name: "Blog", id: "/blog" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
|
{ name: "FAQ", id: "/#faq" },
|
||||||
|
{ name: "Contact", id: "/contacts" }
|
||||||
];
|
];
|
||||||
|
|
||||||
const navbarProps = {
|
const navbarProps = {
|
||||||
@@ -55,9 +57,9 @@ function ShopPageContent() {
|
|||||||
|
|
||||||
const footerProps = {
|
const footerProps = {
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=3", imageAlt: "Scenic dairy farm landscape", columns: [
|
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-shot-sheep-grazing-green-fields-sunset_181624-11278.jpg?_wi=3", imageAlt: "Scenic dairy farm landscape", columns: [
|
||||||
{ title: "Shop", items: [{ label: "Milk", href: "products" }, { label: "Cheese", href: "products" }, { label: "Specials", href: "products" }] },
|
{ title: "Shop", items: [{ label: "Milk", href: "/shop" }, { label: "Cheese", href: "/shop" }, { label: "Specials", href: "/shop" }] },
|
||||||
{ title: "About Us", items: [{ label: "Our Story", href: "about" }, { label: "Sustainability", href: "about" }, { label: "Team", href: "#" }] },
|
{ title: "About Us", items: [{ label: "Our Story", href: "/#about" }, { label: "Sustainability", href: "/#about" }, { label: "Team", href: "#" }] },
|
||||||
{ title: "Support", items: [{ label: "FAQ", href: "faq" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", href: "#" }] }
|
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/contacts" }, { label: "Privacy Policy", href: "#" }] }
|
||||||
],
|
],
|
||||||
logoText: "Find Mouse", copyrightText: "© 2024 Find Mouse. All rights reserved."};
|
logoText: "Find Mouse", copyrightText: "© 2024 Find Mouse. All rights reserved."};
|
||||||
|
|
||||||
@@ -147,4 +149,4 @@ export default function ShopPage() {
|
|||||||
<ShopPageContent />
|
<ShopPageContent />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user