Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-25 20:18:46 +00:00

View File

@@ -6,12 +6,9 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import TextAbout from "@/components/sections/about/TextAbout";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Sparkles, MapPin } from "lucide-react";
import { Sparkles } from "lucide-react";
export default function TerttuliaRestaurantPage() {
return (
@@ -78,6 +75,7 @@ export default function TerttuliaRestaurantPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -85,6 +83,7 @@ export default function TerttuliaRestaurantPage() {
<ContactText
text="Find us at Ground Floor, The Kin Hotel, Shivaji Park, Sea Face, off Old Cadel Road, Dadar West, Mumbai, Maharashtra 400028."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Get Directions", href: "https://maps.google.com/?q=The+Kin+Hotel+Dadar+West" }
]}