Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 04:06:08 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="large"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "Order Now", href: "#contact" }
]}
buttonAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/sun-dried-beef-fried-with-tomato-sauce-steamed-rice_1150-25392.jpg"
imageAlt="Freshly roasted BBQ meats and Chinese roast duck"
mediaAnimation="slide-up"
@@ -126,7 +126,6 @@ export default function LandingPage() {
id: "4", name: "David Kim", role: "Repeat Customer", testimonial: "One of the best BBQ meat spots around. The portions are generous, the prices are fair, and the taste is consistently excellent. Worth every visit!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors_23-2148824825.jpg", imageAlt: "David Kim"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -143,16 +142,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "01", title: "Fast Takeaway Service", description: "Get your order ready in minutes. Perfect for lunch breaks and quick dinners.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg?_wi=1", imageAlt: "Fast takeaway counter"
id: "01", title: "Fast Takeaway Service", description: "Get your order ready in minutes. Perfect for lunch breaks and quick dinners.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg", imageAlt: "Fast takeaway counter"
},
{
id: "02", title: "Dine-In Available", description: "Enjoy your meal in our clean, comfortable dining area with a welcoming atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg?_wi=2", imageAlt: "Dine-in restaurant space"
id: "02", title: "Dine-In Available", description: "Enjoy your meal in our clean, comfortable dining area with a welcoming atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg", imageAlt: "Dine-in restaurant space"
},
{
id: "03", title: "Free Parking", description: "Convenient parking available so you can enjoy your meal without worry.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg?_wi=3", imageAlt: "Restaurant parking area"
id: "03", title: "Free Parking", description: "Convenient parking available so you can enjoy your meal without worry.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg", imageAlt: "Restaurant parking area"
},
{
id: "04", title: "Lunch & Dinner Hours", description: "Open for both lunch and dinner service. Your favorite spot for any meal of the day.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg?_wi=4", imageAlt: "Restaurant interior"
id: "04", title: "Lunch & Dinner Hours", description: "Open for both lunch and dinner service. Your favorite spot for any meal of the day.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-cocktails_23-2150244975.jpg", imageAlt: "Restaurant interior"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -173,7 +172,7 @@ export default function LandingPage() {
{ text: "Call Us", href: "tel:+1234567890" }
]}
buttonAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
ariaLabel="Contact Welfare BBQ Meats"
/>