Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -128,7 +128,7 @@ export default function HomePage() {
|
||||
value: "10+",
|
||||
},
|
||||
]}
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -148,7 +148,6 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
cardTitleClassName="text-lg font-semibold text-foreground"
|
||||
cardDescriptionClassName="text-sm text-foreground/70"
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -233,7 +232,6 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
cardNameClassName="text-lg font-semibold text-foreground"
|
||||
cardPriceClassName="text-sm text-foreground/70"
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{
|
||||
id: "hair-1",
|
||||
@@ -286,7 +284,6 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
nameClassName="text-lg font-semibold text-foreground"
|
||||
roleClassName="text-sm text-foreground/70"
|
||||
textboxLayout="default"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
@@ -362,7 +359,6 @@ export default function HomePage() {
|
||||
tagIcon={HelpCircle}
|
||||
accordionTitleClassName="text-lg font-semibold text-foreground"
|
||||
accordionContentClassName="text-sm text-foreground/70"
|
||||
textboxLayout="default"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
|
||||
@@ -91,7 +91,6 @@ export default function ServicesPage() {
|
||||
tagIcon={Sparkles}
|
||||
cardTitleClassName="text-lg font-semibold text-foreground"
|
||||
cardDescriptionClassName="text-sm text-foreground/70"
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -152,7 +151,6 @@ export default function ServicesPage() {
|
||||
tagIcon={Award}
|
||||
cardTitleClassName="text-lg font-semibold text-foreground"
|
||||
cardDescriptionClassName="text-sm text-foreground/70"
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
|
||||
Reference in New Issue
Block a user