4 Commits

Author SHA1 Message Date
52dce6725f Update src/app/page.tsx 2026-04-09 21:52:48 +00:00
b93b1f4a47 Merge version_1 into main
Merge version_1 into main
2026-04-09 21:51:49 +00:00
cb2997c150 Merge version_1 into main
Merge version_1 into main
2026-04-09 21:51:19 +00:00
805a3cab05 Merge version_1 into main
Merge version_1 into main
2026-04-09 21:50:46 +00:00

View File

@@ -110,7 +110,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Visit Us"
description="Come experience the Kafeiin magic. We are located at the heart of the city."
description="Come experience the Kafeiin magic. 3865 Venture Dr A, Duluth, GA 30096 | +14704799132"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" }
@@ -132,7 +132,7 @@ export default function LandingPage() {
},
{
title: "Connect", items: [
{ label: "Instagram", href: "#" },
{ label: "Instagram", href: "http://www.instagram.com/kafeiin.coffee" },
{ label: "Twitter", href: "#" }
]
}