Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-02-25 18:06:05 +00:00
4 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ export default function BlogPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Local Gem Diner"
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/side-view-hamburger-grilled-beef-patty-with-melted-cheese-red-onion-tomato-lettuce-burger-buns-onion-rings-table_141793-4952.jpg"
imageAlt="Signature burger with onion rings"
mediaAnimation="slide-up"
@@ -80,7 +80,7 @@ export default function LandingPage() {
tag="Our Story"
textboxLayout="default"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/pretty-happy-blonde-hipster-woman-eating-tasty-raspberry-dessert-cake-sitting-cute-bakery-enjoy-her-meal-sweet-breakfast-diet-nutrition-concept_291049-2281.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/pretty-happy-blonde-hipster-woman-eating-tasty-raspberry-dessert-cake-sitting-cute-bakery-enjoy-her-meal-sweet-breakfast-diet-nutrition-concept_291049-2281.jpg"
imageAlt="Cozy diner interior with vintage booths"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -142,7 +142,7 @@ export default function LandingPage() {
tag="What We Serve"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pretty-happy-blonde-hipster-woman-eating-tasty-raspberry-dessert-cake-sitting-cute-bakery-enjoy-her-meal-sweet-breakfast-diet-nutrition-concept_291049-2281.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/pretty-happy-blonde-hipster-woman-eating-tasty-raspberry-dessert-cake-sitting-cute-bakery-enjoy-her-meal-sweet-breakfast-diet-nutrition-concept_291049-2281.jpg"
imageAlt="Diner atmosphere"
mediaAnimation="opacity"
imagePosition="left"
@@ -196,22 +196,22 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah M.", role: "Local Regular", company: "Hometown", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah"},
{
id: "2", name: "Marcus J.", role: "Motorcycle Traveler", company: "Cross-Country Trip", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus"},
{
id: "3", name: "Emma K.", role: "Family Parent", company: "Weekend Outing", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Emma"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emma"},
{
id: "4", name: "David L.", role: "Business Owner", company: "Daily Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David"},
{
id: "5", name: "Jennifer P.", role: "First-Time Visitor", company: "Now a Regular", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Jennifer"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jennifer"},
{
id: "6", name: "Tom R.", role: "Food Enthusiast", company: "Local Favorite", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Tom"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Tom"},
]}
/>
</div>

View File

@@ -82,7 +82,7 @@ function ProductPageContent({ params }: ProductPageProps) {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -125,7 +125,7 @@ function ProductPageContent({ params }: ProductPageProps) {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -175,7 +175,7 @@ function ProductPageContent({ params }: ProductPageProps) {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"

View File

@@ -25,7 +25,7 @@ function ShopPageContent() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -67,7 +67,7 @@ function ShopPageContent() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"