Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials" style={{ backgroundColor: "var(--background)" }}>
|
<div id="testimonials" data-section="testimonials" style={{ backgroundColor: "var(--card)" }}>
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="Real stories from people who have experienced the warmth and flavors of our restaurant"
|
description="Real stories from people who have experienced the warmth and flavors of our restaurant"
|
||||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof" style={{ backgroundColor: "var(--card)" }}>
|
<div id="social-proof" data-section="social-proof" style={{ backgroundColor: "var(--background)" }}>
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
title="Trusted by Italy's Best"
|
title="Trusted by Italy's Best"
|
||||||
description="Partnerships with prestigious organizations and local suppliers"
|
description="Partnerships with prestigious organizations and local suppliers"
|
||||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact" style={{ backgroundColor: "var(--background)" }}>
|
<div id="contact" data-section="contact" style={{ backgroundColor: "var(--card)" }}>
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Reserve Your Table"
|
tag="Reserve Your Table"
|
||||||
title="Join Us for an Unforgettable Evening"
|
title="Join Us for an Unforgettable Evening"
|
||||||
@@ -235,7 +235,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer" style={{ backgroundColor: "var(--card)" }}>
|
<div id="footer" data-section="footer" style={{ backgroundColor: "var(--background)" }}>
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText="Ristorante Italia"
|
logoText="Ristorante Italia"
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user