Update src/app/page.tsx

This commit is contained in:
2026-05-14 05:56:52 +00:00
parent 4ce78e5082
commit eaf7f284c4

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: "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."},
]}
@@ -214,7 +214,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
tag="Contact Us"
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>
@@ -247,4 +247,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}