Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c30c657d6c | |||
| 79b572facb | |||
| 54ae89ba44 | |||
| 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 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 (
|
||||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="About Intrends Lifestyle"
|
title="About Intrends Lifestyle"
|
||||||
description={[
|
description={[
|
||||||
"Intrends Lifestyle is a 5-star rated men's fashion destination in Hyderabad, offering premium brands, stylish collections, and quality fabrics at reasonable prices.", "Loved by college students and young professionals, we deliver modern style at the right price. Our mission is to make premium fashion accessible to everyone who values quality and confidence.", "Located in the heart of Hyderabad, we're your one-stop destination for trendy apparel, exclusive collections, and unforgettable fashion experiences."]}
|
"⭐ 5-Star Rated | Trusted Since 2020 — Intrends Lifestyle is Hyderabad's premier men's fashion destination, offering premium brands, stylish collections, and quality fabrics at reasonable prices.", "Loved by college students and young professionals, we deliver modern style at the right price. Our mission is to make premium fashion accessible to everyone who values quality and confidence.", "Located in the heart of Hyderabad, we're your one-stop destination for trendy apparel, exclusive collections, and unforgettable fashion experiences."]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Collections", href: "#collections" },
|
{ text: "Explore Collections", href: "#collections" },
|
||||||
{
|
{
|
||||||
@@ -105,6 +105,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View All Collections", href: "#collections" },
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -193,10 +196,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}
|
||||||
|
|||||||
Reference in New Issue
Block a user