3 Commits

Author SHA1 Message Date
3f728c4361 Update src/app/page.tsx 2026-04-27 14:19:26 +00:00
97f9cdc6a2 Update src/app/page.tsx 2026-04-27 14:12:16 +00:00
707d850c27 Update src/app/page.tsx 2026-04-27 14:11:43 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Sparkles, Utensils } from "lucide-react";
import { Utensils } from "lucide-react";
export default function UzbekRestaurantPage() {
return (
@@ -148,9 +148,9 @@ export default function UzbekRestaurantPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to savor the true taste of Shakhrisabz? Reserve your place at our table today."
background={{ variant: "plain" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Reserve via Phone", href: "tel:+998900000000" },
{ text: "Call to Reserve", href: "tel:+998900000000" },
{ text: "Get Directions", href: "#" }
]}
useInvertedBackground={false}