Update src/app/page.tsx

This commit is contained in:
2026-03-03 06:41:10 +00:00
parent 5c2f12725f
commit 8359bdaee2

View File

@@ -10,7 +10,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import { Check, MapPin } from "lucide-react"; import { Check, MapPin, Phone } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -193,10 +193,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Get In Touch" tag="Call Us Now"
title="Visit Intrends Lifestyle Today" title="+91 80007 16661"
description="Located in the heart of Hyderabad. Open daily until 11 PM. Call us or visit the store for the latest collections and expert style advice." description="Located in the heart of Hyderabad. Open daily until 11 PM. Call us for the latest collections and expert style advice. We're here to help!"
tagIcon={MapPin} tagIcon={Phone}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "rotated-rays-animated-grid" }} background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}