Merge version_1 into main #1
@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Flame, Heart, Award, Chef, Users, Star, HelpCircle, Phone, Instagram, Linkedin, Wine } from 'lucide-react';
|
||||
import { Flame, Heart, Award, Users, Star, HelpCircle, Phone, Instagram, Linkedin, Wine } from 'lucide-react';
|
||||
|
||||
export default function RachelKBBQ() {
|
||||
return (
|
||||
@@ -21,7 +21,7 @@ export default function RachelKBBQ() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -47,7 +47,7 @@ export default function RachelKBBQ() {
|
||||
<HeroBillboardCarousel
|
||||
title="Welcome to Rachel's KBBQ"
|
||||
description="Experience authentic Korean table-grilled premium beef in an upscale, intimate atmosphere. Book your unforgettable culinary journey with us today."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Premium Korean Steakhouse"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
@@ -81,6 +81,7 @@ export default function RachelKBBQ() {
|
||||
imageAlt="Rachel's KBBQ head chef"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,7 +120,7 @@ export default function RachelKBBQ() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Culinary Journey"
|
||||
tagIcon={Chef}
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
@@ -258,7 +259,7 @@ export default function RachelKBBQ() {
|
||||
description="Join us for an unforgettable evening of authentic Korean BBQ. Secure your reservation or send us your questions—we're excited to welcome you!"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Reserve Now"
|
||||
|
||||
Reference in New Issue
Block a user