Merge version_2 into main #5
@@ -63,7 +63,6 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Rated by Real Coffee Lovers"
|
||||
buttonClassName="px-8 py-4 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,7 +77,6 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Learn More", href: "#features" }]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttonClassName="px-8 py-4 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,7 +104,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Explore Menu", href: "#products" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonClassName="px-8 py-4 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,7 +131,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Order Online", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonClassName="px-8 py-4 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,7 +173,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Join Our Community", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonClassName="px-8 py-4 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -191,7 +186,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttonClassName="px-8 py-4 text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user