Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72f7f0ac0f | |||
| b47a7f8e1d | |||
| 5d043bb898 | |||
| 3b8847336f | |||
| 6deedcca9a | |||
| f5b43ed0da | |||
| 719820a5cd | |||
| ea8a7abf6d | |||
| daec76c29d |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Redefining Men’s Style in Channasandra"
|
||||
title="Upgrade Your Style with Premium Fits in Channasandra"
|
||||
description="Premium fits. Worth every rupee. Trusted by men who don’t settle for average."
|
||||
avatars={[
|
||||
{
|
||||
@@ -201,6 +201,10 @@ export default function LandingPage() {
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Need More Help? Contact Us", href: "#contact"},
|
||||
]}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Where is the store located?", content: "We are conveniently located in the heart of Channasandra."},
|
||||
@@ -247,4 +251,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user