Merge version_2 into main #2
@@ -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" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user