4 Commits

Author SHA1 Message Date
fd38226603 Merge version_2 into main
Merge version_2 into main
2026-05-14 05:56:55 +00:00
eaf7f284c4 Update src/app/page.tsx 2026-05-14 05:56:52 +00:00
4ce78e5082 Merge version_1 into main
Merge version_1 into main
2026-05-14 05:53:48 +00:00
00983fbe47 Merge version_1 into main
Merge version_1 into main
2026-05-14 05:53:22 +00:00

View File

@@ -197,7 +197,7 @@ export default function LandingPage() {
{ {
id: "q1", title: "What are your business hours?", content: "We are open daily until 9 PM."}, id: "q1", title: "What are your business hours?", content: "We are open daily until 9 PM."},
{ {
id: "q2", title: "How can I contact you?", content: "You can reach us at 094472 16643."}, id: "q2", title: "How can I contact you?", content: "You can reach us at 9447216643."},
{ {
id: "q3", title: "Where are you located?", content: "We are located in Kannamangalam, Kerala."}, id: "q3", title: "Where are you located?", content: "We are located in Kannamangalam, Kerala."},
]} ]}
@@ -214,7 +214,7 @@ export default function LandingPage() {
variant: "gradient-bars"}} variant: "gradient-bars"}}
tag="Contact Us" tag="Contact Us"
title="Get In Touch" title="Get In Touch"
description="Have questions? We are here to help. Reach out to us today." description="Have questions? Reach out to us at 9447216643. We are here to help."
/> />
</div> </div>
@@ -247,4 +247,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }