Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-31 18:43:41 +00:00

View File

@@ -36,7 +36,7 @@ export default function Page() {
description="Bangladesh's First Study Cafe. Focus. Sip. Succeed."
buttons={[{text: "Explore Menu", href: "#menu"}, {text: "Reserve a Workspace", href: "#reservation"}]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-assortments-cake-decorating-ingredients_23-2148368259.jpg"
imageAlt="Vive Study Cafe Interior"
imageAlt="luxury cafe interior dark academia"
/>
</div>
<div id="about" data-section="about">
@@ -55,11 +55,11 @@ export default function Page() {
title="Curated Brain Foods & Brews"
description="Specially crafted to keep you focused."
products={[
{id: "p1", name: "Spanish Latte", price: "BDT 315", imageSrc: "http://img.b2bpic.net/free-photo/hands-man-holding-hot-cup-tea_23-2148441353.jpg"},
{id: "p2", name: "Breakfast Cereal Oats", price: "BDT 345", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-high-protein-meal-composition_23-2149089619.jpg"},
{id: "p3", name: "Student Platter", price: "BDT 299", imageSrc: "http://img.b2bpic.net/free-photo/hands-man-holding-hot-cup-tea_23-2148441353.jpg"},
{id: "p4", name: "Matcha Energy Bowl", price: "BDT 380", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-high-protein-meal-composition_23-2149089619.jpg"},
{id: "p5", name: "Dark Roast Espresso", price: "BDT 250", imageSrc: "http://img.b2bpic.net/free-photo/hands-man-holding-hot-cup-tea_23-2148441353.jpg"}
{id: "p1", name: "Spanish Latte", price: "BDT 315", imageSrc: "http://img.b2bpic.net/free-photo/hands-man-holding-hot-cup-tea_23-2148441353.jpg", imageAlt: "latte art espresso dark mood"},
{id: "p2", name: "Breakfast Cereal Oats", price: "BDT 345", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-high-protein-meal-composition_23-2149089619.jpg", imageAlt: "oats breakfast aesthetic"},
{id: "p3", name: "Student Platter", price: "BDT 299", imageSrc: "http://img.b2bpic.net/free-photo/hands-man-holding-hot-cup-tea_23-2148441353.jpg", imageAlt: "latte art espresso dark mood"},
{id: "p4", name: "Matcha Energy Bowl", price: "BDT 380", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-high-protein-meal-composition_23-2149089619.jpg", imageAlt: "oats breakfast aesthetic"},
{id: "p5", name: "Dark Roast Espresso", price: "BDT 250", imageSrc: "http://img.b2bpic.net/free-photo/hands-man-holding-hot-cup-tea_23-2148441353.jpg", imageAlt: "latte art espresso dark mood"}
]}
/>
</div>
@@ -70,11 +70,11 @@ export default function Page() {
cardTag="Reviews"
cardAnimation="blur-reveal"
testimonials={[
{id: "t1", name: "Abrar Jahin", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg"},
{id: "t2", name: "Suprio Pramanik Emon", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg"},
{id: "t3", name: "Anonymous Student", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg"},
{id: "t4", name: "Creative Professional", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg"},
{id: "t5", name: "Local Researcher", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg"}
{id: "t1", name: "Abrar Jahin", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", imageAlt: "student portrait cafe lighting"},
{id: "t2", name: "Suprio Pramanik Emon", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg", imageAlt: "professional portrait study cafe"},
{id: "t3", name: "Anonymous Student", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", imageAlt: "student portrait cafe lighting"},
{id: "t4", name: "Creative Professional", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg", imageAlt: "professional portrait study cafe"},
{id: "t5", name: "Local Researcher", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", imageAlt: "student portrait cafe lighting"}
]}
/>
</div>
@@ -105,4 +105,4 @@ export default function Page() {
</div>
</ThemeProvider>
);
}
}