Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e06a933d67 | |||
| e5df180076 | |||
| 5742cdd25b | |||
| acea064c6f | |||
| 3449c8e62e | |||
| 6d8187fb3a |
@@ -30,7 +30,7 @@ export default function ContactPage() {
|
||||
<h1 className="text-4xl font-bold mb-8">Contact Us</h1>
|
||||
<div className="mb-12">
|
||||
<h2 className="text-2xl font-semibold mb-4">Get in Touch</h2>
|
||||
<p className="mb-2"><strong>Address:</strong> Suwanee, GA</p>
|
||||
<p className="mb-2"><strong>Address:</strong> 287 Rothbury Ct, Suwanee, GA 30024</p>
|
||||
<p className="mb-2"><strong>Phone:</strong> 732-579-2932</p>
|
||||
<p className="mb-2"><strong>Email:</strong> info@benakconsulting.com</p>
|
||||
<p><strong>Hours:</strong> Mon-Fri, 9am - 5pm</p>
|
||||
|
||||
@@ -50,7 +50,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
{ text: "View Services", href: "#services" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3550.jpg?_wi=1"
|
||||
@@ -138,4 +137,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user