Merge version_1 into main #1
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="BOMB T"
|
||||
description="Explosive flavors, street-level service. Experience bold, handcrafted street food that hits different. Every bite is packed with passion and perfectly seasoned vibes."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#contact" },
|
||||
{ text: "Find Us", href: "#contact" }
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
tag="Get In Touch"
|
||||
title="Ready to Taste Explosion?"
|
||||
description="Follow us for daily locations, specials, and menu drops. Join the Bomb T family and never miss out on the flavor."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Your email"
|
||||
buttonText="Join The Crew"
|
||||
|
||||
Reference in New Issue
Block a user