Merge version_1 into main #1
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
imageAlt: "Assorted grilled vegetables platter",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="5.0 (Customer Satisfaction)"
|
||||
/>
|
||||
@@ -101,6 +101,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
tag="About Us"
|
||||
title="Our Story: Quality & Warmth"
|
||||
/>
|
||||
@@ -182,6 +183,7 @@ export default function LandingPage() {
|
||||
<FeatureCardNine
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -246,6 +248,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
|
||||
Reference in New Issue
Block a user