Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -53,20 +53,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Aylin Kaya", handle: "Food Enthusiast", testimonial: "The most authentic Uzbek cuisine I've experienced! Every dish tells a story.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg"},
|
||||
{
|
||||
name: "Mehmet Demir", handle: "Travel Blogger", testimonial: "A culinary journey through Central Asia without leaving Istanbul.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg"},
|
||||
{
|
||||
name: "Fatima Özkan", handle: "Restaurant Critic", testimonial: "Payitaht sets the standard for traditional Uzbek hospitality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up_176474-95524.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up_176474-95524.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table", href: "contact" },
|
||||
{ text: "Explore Menu", href: "#menu" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,13 +121,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Aylin Kaya", role: "Food Enthusiast", company: "Istanbul", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg"},
|
||||
{
|
||||
id: "2", name: "Mehmet Demir", role: "Travel Writer", company: "Turkey", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg"},
|
||||
{
|
||||
id: "3", name: "Fatima Özkan", role: "Restaurant Critic", company: "Food Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up_176474-95524.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up_176474-95524.jpg"},
|
||||
{
|
||||
id: "4", name: "Kerem Arslan", role: "Business Owner", company: "Ankara", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-wet-guy-with-shining-perfect-smile-has-walk-rainy-weather-enjoys-favourite-track-earphones_273609-8617.jpg"},
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Now", href: "#" },
|
||||
{ text: "Call Us", href: "#" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user