Merge version_1 into main #4

Merged
bender merged 4 commits from version_1 into main 2026-03-13 23:57:31 +00:00
4 changed files with 9 additions and 3 deletions

View File

@@ -172,6 +172,7 @@ Our commitment to authenticity means handmade tortillas daily, traditional cooki
roleClassName="text-sm text-green-700 font-semibold"
mediaWrapperClassName="overflow-hidden rounded-lg"
mediaClassName="w-full h-80 object-cover"
roleClassName="text-sm text-green-700 font-semibold"
/>
</div>

View File

@@ -6,6 +6,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Award } from "lucide-react";
export default function MenuPage() {
return (
@@ -157,6 +158,7 @@ export default function MenuPage() {
cardNameClassName="text-xl font-bold text-gray-800 mt-4 px-4"
cardPriceClassName="text-green-700 font-bold text-lg px-4"
cardVariantClassName="text-sm text-gray-600 px-4 pb-4"
tag="Our Complete Menu"
tagIcon={Award}
/>
</div>

View File

@@ -233,6 +233,8 @@ export default function HomePage() {
cardNameClassName="text-xl font-bold text-gray-800 mt-4 px-4"
cardPriceClassName="text-green-700 font-bold text-lg px-4"
cardVariantClassName="text-sm text-gray-600 px-4 pb-4"
tag="Customer Favorites"
tagIcon={Award}
/>
</div>
@@ -322,6 +324,8 @@ export default function HomePage() {
companyClassName="text-sm text-green-700 font-semibold"
cardClassName="rounded-xl overflow-hidden shadow-lg"
imageClassName="w-full h-64 object-cover"
tag="4.9 Stars from 242 Reviews"
tagIcon={Star}
/>
</div>
@@ -372,6 +376,8 @@ export default function HomePage() {
metricTitleClassName="text-gray-700 font-semibold"
iconClassName="text-4xl"
iconContainerClassName="mb-4"
tag="Chicago Favorite"
tagIcon={Award}
/>
</div>

View File

@@ -151,9 +151,6 @@ export default function ReviewsPage() {
nameClassName="font-bold text-lg text-gray-800"
roleClassName="text-sm text-gray-600"
companyClassName="text-sm text-green-700 font-semibold"
cardClassName="rounded-xl overflow-hidden shadow-lg"
imageClassName="w-full h-64 object-cover"
ratingClassName="text-yellow-500 flex gap-1 mb-4"
/>
</div>