diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 28201bf..052546e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,7 @@ const lato = Lato({ }); export const metadata: Metadata = { - title: "Artist Portfolio | Original Paintings & Artwork", description: "Explore contemporary paintings featuring abstract, landscape, portrait, and still life works. Commission custom art or inquire about available pieces.", keywords: "paintings, artist, artwork, original art, contemporary, portfolio, custom commissions", openGraph: { + title: "Artist Portfolio | Original Paintings & Artwork", description: "Explore contemporary paintings featuring abstract, landscape, portrait, and still life works. Commission custom art or inquire about available pieces. Visit our studio by reservation.", keywords: "paintings, artist, artwork, original art, contemporary, portfolio, custom commissions, studio visits, reservations", openGraph: { title: "Artist Portfolio | Original Paintings", description: "Discover beautiful original paintings and artwork", siteName: "Artist Portfolio", type: "website"}, twitter: { card: "summary_large_image", title: "Artist Portfolio | Original Paintings", description: "Explore contemporary paintings and artwork"}, diff --git a/src/app/page.tsx b/src/app/page.tsx index 99013dd..3b988c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Mail } from 'lucide-react'; +import { Mail, Calendar } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,6 +30,7 @@ export default function LandingPage() { navItems={[ { name: "Gallery", id: "gallery" }, { name: "About", id: "about" }, + { name: "Book Visit", id: "booking" }, { name: "Contact", id: "contact" } ]} /> @@ -38,10 +39,10 @@ export default function LandingPage() {
+
+ +
+
@@ -152,6 +180,7 @@ export default function LandingPage() { title: "Navigation", items: [ { label: "Gallery", href: "#gallery" }, { label: "About", href: "#about" }, + { label: "Book Visit", href: "#booking" }, { label: "Contact", href: "#contact" } ] }, @@ -163,7 +192,7 @@ export default function LandingPage() { }, { title: "Studio", items: [ - { label: "Open by Appointment", href: "#" }, + { label: "Open by Appointment", href: "#booking" }, { label: "Commissions Welcome", href: "#contact" } ] }