Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-09 16:14:12 +00:00

View File

@@ -162,7 +162,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Visit Clove Cafe"
description="Unit 20, Block 12-B, F-7 Markaz, Islamabad | 0304 6407777 | Daily 11 AM 10 PM"
description="Unit 20, Block 12-B, F-7 Markaz, Islamabad \nAddress: F-7 Markaz, Islamabad | Phone: 0304 6407777 | Hours: Daily 11 AM 10 PM"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
@@ -208,4 +208,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}