Update src/app/page.tsx

This commit is contained in:
2026-02-19 00:21:08 +00:00
parent 60ea9a6295
commit 236a05f39c

View File

@@ -76,7 +76,6 @@ export default function LandingPage() {
]}
useInvertedBackground={false}
titleClassName="text-3xl md:text-4xl font-semibold leading-relaxed"
tagClassName="text-sm font-medium"
/>
</div>
@@ -110,10 +109,7 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-opacity-80"
cardNameClassName="font-semibold text-sm md:text-base"
cardPriceClassName="text-lg md:text-xl font-bold"
/>
</div>
@@ -172,12 +168,8 @@ export default function LandingPage() {
id: "6", title: "Authentic Mexican Food", quote: "Finally found a place that serves real Mexican food, not the Americanized version. Taco Fiesta delivers authentic flavors, generous portions, and friendly service. Highly recommended!", name: "Rosa Delgado", role: "San Diego Native", imageSrc: "https://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1676.jpg", imageAlt: "Rosa Delgado"
}
]}
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-opacity-80"
tagClassName="text-sm font-medium"
quoteClassName="text-base md:text-lg italic"
nameClassName="font-semibold"
roleClassName="text-sm text-opacity-70"
/>
</div>
@@ -200,10 +192,7 @@ export default function LandingPage() {
"Authentic San Diego flavor", "Fresh ingredients prepared daily", "Fast, friendly service always", "Diverse menu from breakfast to dinner"
]
}}
titleClassName="text-3xl md:text-4xl font-semibold"
descriptionClassName="text-base md:text-lg"
cardClassName="rounded-lg border"
itemClassName="flex items-start gap-3 py-2"
/>
</div>