diff --git a/src/app/page.tsx b/src/app/page.tsx index 03fac63..40329aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -247,4 +247,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file