Merge version_2 into main #6

Merged
bender merged 2 commits from version_2 into main 2026-03-03 06:39:17 +00:00
2 changed files with 13 additions and 21 deletions

View File

@@ -143,19 +143,19 @@ export default function LandingPage() {
id: "1", title: "Best Coffee in Amman", quote: "Abu Saleh serves the finest coffee I've ever tasted. The 24/7 availability is perfect for my late nights. Absolutely worth every visit!", name: "Fatima Al-Rashid", role: "Coffee Enthusiast", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Fatima Al-Rashid"
},
{
id: "2", title: "Perfect Midnight Coffee Run", quote: "The 24/7 service is a game-changer. I can get my favorite espresso at 2 AM. The quality never compromises, even at odd hours!", name: "Mohammed Hassan", role: "Regular Customer", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Mohammed Hassan"
id: "2", title: "Perfect Midnight Coffee Run", quote: "The 24/7 service is a game-changer. I can get my favorite espresso at 2 AM. The quality never compromises, even at odd hours!", name: "Mohammed Hassan", role: "Regular Customer", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop&_wi=1", imageAlt: "Mohammed Hassan"
},
{
id: "3", title: "Exceptional Value", quote: "For the quality of coffee and ambiance, the prices are incredibly fair. Abu Saleh offers luxury experience at reasonable rates.", name: "Layla Mansour", role: "Business Owner", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop", imageAlt: "Layla Mansour"
},
{
id: "4", title: "Baristas Really Know Their Craft", quote: "The team at Abu Saleh are true coffee artisans. Every drink is prepared with precision and passion. I'm a regular for a reason!", name: "Amir Khalil", role: "Coffee Connoisseur", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", imageAlt: "Amir Khalil"
id: "4", title: "Baristas Really Know Their Craft", quote: "The team at Abu Saleh are true coffee artisans. Every drink is prepared with precision and passion. I'm a regular for a reason!", name: "Amir Khalil", role: "Coffee Connoisseur", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop&_wi=1", imageAlt: "Amir Khalil"
},
{
id: "5", title: "My New Favorite Place", quote: "Finally found a café that combines premium quality, amazing ambiance, and genuine hospitality. Abu Saleh is now my go-to spot!", name: "Sara Ibrahim", role: "Daily Visitor", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Sara Ibrahim"
id: "5", title: "My New Favorite Place", quote: "Finally found a café that combines premium quality, amazing ambiance, and genuine hospitality. Abu Saleh is now my go-to spot!", name: "Sara Ibrahim", role: "Daily Visitor", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop&_wi=2", imageAlt: "Sara Ibrahim"
},
{
id: "6", title: "Always Consistent", quote: "Whether I visit at 9 AM or 9 PM, the quality and service are always outstanding. Abu Saleh sets the standard for coffee excellence.", name: "Zain Al-Saeed", role: "Coffee Lover", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", imageAlt: "Zain Al-Saeed"
id: "6", title: "Always Consistent", quote: "Whether I visit at 9 AM or 9 PM, the quality and service are always outstanding. Abu Saleh sets the standard for coffee excellence.", name: "Zain Al-Saeed", role: "Coffee Lover", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop&_wi=2", imageAlt: "Zain Al-Saeed"
}
]}
/>

View File

@@ -2,23 +2,15 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #0f0a05;;
--card: #1a1410;;
--foreground: #f5ede4;;
--primary-cta: #d4af37;;
--secondary-cta: #2a1f15;;
--accent: #8b6f47;;
--background-accent: #3d2817;; */
--background: #0f0a05;;
--card: #1a1410;;
--foreground: #f5ede4;;
--primary-cta: #d4af37;;
--primary-cta-text: #f6f0e9;;
--secondary-cta: #2a1f15;;
--secondary-cta-text: #2b180a;;
--accent: #8b6f47;;
--background-accent: #3d2817;;
--background: #0f0a05;
--card: #1a1410;
--foreground: #f5ede4;
--primary-cta: #d4af37;
--primary-cta-text: #0f0a05;
--secondary-cta: #2a1f15;
--secondary-cta-text: #f5ede4;
--accent: #8b6f47;
--background-accent: #3d2817;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);