Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-09 10:20:37 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -60,13 +60,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Ghinwa Hassoun", handle: "Customer", testimonial: "Gorgeous atmosphere and delicious food. The kids loved the play area and the staff were incredibly friendly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-short-hair_23-2148262820.jpg?_wi=1"},
},
{
name: "Rim W", handle: "Visitor", testimonial: "This is my new favorite restaurant! The attention to detail, food quality, and beautiful view make it perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=1"},
},
{
name: "Adam Malouk", handle: "Family Guest", testimonial: "Amazing food, modern design, and a great playground for kids. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-girl_1398-1532.jpg?_wi=1"},
},
]}
testimonialRotationInterval={5000}
/>
@@ -177,22 +177,22 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Ghinwa Hassoun", role: "Local Visitor", company: "Regular Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-short-hair_23-2148262820.jpg?_wi=2"},
},
{
id: "2", name: "Rim W", role: "Food Enthusiast", company: "Restaurant Reviewer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=2"},
},
{
id: "3", name: "Adam Malouk", role: "Family Visitor", company: "Loyal Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-girl_1398-1532.jpg?_wi=2"},
},
{
id: "4", name: "Sarah Ahmed", role: "Business Executive", company: "Corporate Guest", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-caucasian-student-love-wearing-stylish-clothes-sitting-cafe-with-pleased-joyful-smile-keeping-hands-chin-waiting-his-girlfriend-have-lunch-with-her_273609-345.jpg"},
},
{
id: "5", name: "Michel Farah", role: "Chef & Food Critic", company: "Culinary Expert", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-holding-takeaway-coffee-cup-hand_23-2148176167.jpg"},
},
{
id: "6", name: "Leila Moussa", role: "Event Planner", company: "Celebration Host", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-standing-building-looking-straight-camera_1262-20433.jpg"},
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--background: #f5fffb;
--card: #f0fff9;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);