Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 17:44:52 +00:00

View File

@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "Visit Us", id: "contact" },
]}
button={{
text: "Order Online", href: "https://example.com/order"}}
text: "Order Online", href: "https://example.com/order"
}}
/>
</div>
@@ -52,7 +53,8 @@ export default function LandingPage() {
{ text: "Order Online", href: "https://example.com/order" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg?_wi=1"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg"
imageAlt="Premium specialty coffee pour with precision"
mediaAnimation="slide-up"
testimonials={[
@@ -60,21 +62,25 @@ export default function LandingPage() {
name: "Sarah Chen", handle: "Designer, Local Studio", testimonial:
"The attention to detail in every cup is remarkable. This is coffee done right.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1"},
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"
},
{
name: "Marcus Johnson", handle: "CEO, Tech Startup", testimonial:
"A ritual I look forward to every morning. Exceptional quality.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1"},
"http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"
},
{
name: "Elena Rodriguez", handle: "Architect", testimonial: "Where minimalism meets excellence. Perfect.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg?_wi=1"},
"http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg"
},
{
name: "David Kim", handle: "Writer & Photographer", testimonial:
"Best coffee experience in the city. Consistently outstanding.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -115,7 +121,7 @@ export default function LandingPage() {
},
{
id: "coldbrew", name: "Cold Brew Concentrate", price: "$6.00", variant: "Light Roast • Smooth & Refreshing", imageSrc:
"http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg?_wi=2", imageAlt: "Artisan cold brew coffee", isFavorited: false,
"http://img.b2bpic.net/free-photo/man-apron-holding-glass-with-coffee-cups_23-2148366679.jpg", imageAlt: "Artisan cold brew coffee", isFavorited: false,
},
]}
/>
@@ -163,19 +169,23 @@ export default function LandingPage() {
{
id: "1", name: "Sarah Chen", role: "Designer", company: "Creative Studio", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2"},
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"
},
{
id: "2", name: "Marcus Johnson", role: "Founder & CEO", company: "Tech Innovations", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=2"},
"http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"
},
{
id: "3", name: "Elena Rodriguez", role: "Principal Architect", company: "Design Collective", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg?_wi=2"},
"http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg"
},
{
id: "4", name: "David Kim", role: "Writer & Photographer", company: "Independent Creator", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
]}
/>
</div>
@@ -214,9 +224,11 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Craft Coffee"
leftLink={{
text: "Hours: Mon-Fri 7am-6pm, Sat 9am-5pm", href: "#"}}
text: "Hours: Mon-Fri 7am-6pm, Sat 9am-5pm", href: "#"
}}
rightLink={{
text: "123 Coffee Street, Downtown", href: "#"}}
text: "123 Coffee Street, Downtown", href: "#"
}}
ariaLabel="Site footer"
/>
</div>