9 Commits

Author SHA1 Message Date
c30c657d6c Merge version_4 into main
Merge version_4 into main
2026-03-03 06:50:05 +00:00
79b572facb Update src/app/page.tsx 2026-03-03 06:50:00 +00:00
54ae89ba44 Merge version_3 into main
Merge version_3 into main
2026-03-03 06:47:24 +00:00
b7acb6dda4 Update src/app/page.tsx 2026-03-03 06:47:20 +00:00
df96e5dac3 Merge version_2 into main
Merge version_2 into main
2026-03-03 06:41:15 +00:00
8359bdaee2 Update src/app/page.tsx 2026-03-03 06:41:10 +00:00
5c2f12725f Merge version_1 into main
Merge version_1 into main
2026-03-03 06:39:43 +00:00
38fce2058e Merge version_1 into main
Merge version_1 into main
2026-03-03 06:38:17 +00:00
27ec469abc Merge version_1 into main
Merge version_1 into main
2026-03-03 06:36:41 +00:00

View File

@@ -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 (
@@ -66,7 +66,7 @@ export default function LandingPage() {
<TextSplitAbout
title="About Intrends Lifestyle"
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={[
{ text: "Explore Collections", href: "#collections" },
{
@@ -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}