Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-06-07 12:08:00 +00:00
2 changed files with 4 additions and 8 deletions

View File

@@ -44,8 +44,6 @@ export default function AboutPage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Story: Crafting Moments, One Cup at a Time" }]}
useInvertedBackground={true}
image={{
src: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg", alt: "cozy coffee shop interior warm lighting"}}
/>
</div>
@@ -57,7 +55,7 @@ export default function AboutPage() {
members={[
{ id: "member-1", name: "Ahmad Al-Mian", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-enthusiastic-happy-handsome-barista-waite_1258-60012.jpg", imageAlt: "Ahmad Al-Mian, Founder" },
{ id: "member-2", name: "Fatima Hassan", imageSrc: "http://img.b2bpic.net/free-photo/waitress-ringing-hospitality-bell_482257-85316.jpg", imageAlt: "Fatima Hassan, Head Barista" },
{ id: "member-3", name: "Khalid Mansour", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-tea-while-working-laptop_1098-13299.jpg", imageAlt: "Khalid Mansour, Operations Manager" },
{ id: "member-3", name: "Khalid Mansour", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-tea-while-working-laptop_1098-13299.jpg", imageAlt: "Khalid Mansour, Operations Manager" }
]}
memberVariant="card"
useInvertedBackground={false}
@@ -69,7 +67,7 @@ export default function AboutPage() {
logoText="Mian Coffee House"
columns={[
{ items: footerNavItems },
{ items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
{ items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
/>
</div>

View File

@@ -63,8 +63,6 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Passion for Perfect Coffee" }]}
useInvertedBackground={false}
image={{
src: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg", alt: "cozy coffee shop interior warm lighting"}}
/>
</div>
@@ -92,7 +90,7 @@ export default function HomePage() {
{ id: "2", name: "Ahmed K.", handle: "@ahmed.coffee", testimonial: "Consistently excellent coffee and the friendliest staff. Its more than a coffee shop, its a community. Highly recommend the Espresso!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg" },
{ id: "3", name: "Lana R.", handle: "@lana_reads", testimonial: "The desserts are out of this world! Paired with a Cappuccino, its the perfect treat. A truly elegant and cozy place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg" },
{ id: "4", name: "Omar S.", handle: "@omar_explorer", testimonial: "I love the vibe here. Great for meetings, or just unwinding with a book. The Shisha selection is also fantastic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg" },
{ id: "5", name: "Nour H.", handle: "@nour_foodie", testimonial: "Every visit is a pleasure. The quality of coffee is unmatched, and the atmosphere makes you want to stay all day. A true gem!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-with-copy-space_23-2148275237.jpg" },
{ id: "5", name: "Nour H.", handle: "@nour_foodie", testimonial: "Every visit is a pleasure. The quality of coffee is unmatched, and the atmosphere makes you want to stay all day. A true gem!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-with-copy-space_23-2148275237.jpg" }
]}
showRating={true}
animationType="slide-up"
@@ -118,7 +116,7 @@ export default function HomePage() {
logoText="Mian Coffee House"
columns={[
{ items: footerNavItems },
{ items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
{ items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
/>
</div>