Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7acb6dda4 | |||
| df96e5dac3 | |||
| 8359bdaee2 | |||
| 5c2f12725f | |||
| 38fce2058e | |||
| 27ec469abc |
@@ -10,7 +10,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Check, MapPin } from "lucide-react";
|
||||
import { Check, MapPin, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -105,6 +105,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "View All Collections", href: "#collections" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -193,10 +196,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get In Touch"
|
||||
title="Visit Intrends Lifestyle Today"
|
||||
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."
|
||||
tagIcon={MapPin}
|
||||
tag="Call Us Now"
|
||||
title="+91 80007 16661"
|
||||
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={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user