Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 13:14:07 +00:00

View File

@@ -102,15 +102,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "StudyMate", name: "Biology Quiz Bundle", price: "5 Questions", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/online-education-concept_23-2148153143.jpg", imageAlt: "Interactive biology quiz"
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/online-education-concept_23-2148153143.jpg?_wi=1", imageAlt: "Interactive biology quiz"
},
{
id: "2", brand: "StudyMate", name: "Chemistry Quiz Challenge", price: "8 Questions", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/online-education-concept_23-2148153143.jpg", imageAlt: "Chemistry quiz challenge"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/online-education-concept_23-2148153143.jpg?_wi=2", imageAlt: "Chemistry quiz challenge"
},
{
id: "3", brand: "StudyMate", name: "Physics Quick Test", price: "6 Questions", rating: 5,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-vector/online-education-concept_23-2148153143.jpg", imageAlt: "Physics quick test"
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-vector/online-education-concept_23-2148153143.jpg?_wi=3", imageAlt: "Physics quick test"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -186,16 +186,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "Finally Understood Biology!", quote: "The simple explanations on StudyMate helped me finally understand biology concepts that seemed impossible before. I went from struggling to getting an A!", name: "Emma Rodriguez", role: "High School Student", imageSrc: "http://img.b2bpic.net/free-photo/charismatic-kind-pleasant-redhead-girl-blue-eyes-smiling-friendly-listen-politely-customer-standing_1258-137341.jpg", imageAlt: "Emma Rodriguez testimonial"
id: "1", title: "Finally Understood Biology!", quote: "The simple explanations on StudyMate helped me finally understand biology concepts that seemed impossible before. I went from struggling to getting an A!", name: "Emma Rodriguez", role: "High School Student", imageSrc: "http://img.b2bpic.net/free-photo/charismatic-kind-pleasant-redhead-girl-blue-eyes-smiling-friendly-listen-politely-customer-standing_1258-137341.jpg?_wi=1", imageAlt: "Emma Rodriguez testimonial"
},
{
id: "2", title: "Quizzes Made Me Confident", quote: "The interactive quizzes gave me the confidence I needed before my chemistry exam. The instant feedback was super helpful!", name: "Liam Chen", role: "High School Student", imageSrc: "http://img.b2bpic.net/free-photo/charismatic-kind-pleasant-redhead-girl-blue-eyes-smiling-friendly-listen-politely-customer-standing_1258-137341.jpg", imageAlt: "Liam Chen testimonial"
id: "2", title: "Quizzes Made Me Confident", quote: "The interactive quizzes gave me the confidence I needed before my chemistry exam. The instant feedback was super helpful!", name: "Liam Chen", role: "High School Student", imageSrc: "http://img.b2bpic.net/free-photo/charismatic-kind-pleasant-redhead-girl-blue-eyes-smiling-friendly-listen-politely-customer-standing_1258-137341.jpg?_wi=2", imageAlt: "Liam Chen testimonial"
},
{
id: "3", title: "Test Prep Was a Game Changer", quote: "I used the test preparation guides for my physics final, and they were exactly what I needed. Clear, concise, and super effective!", name: "Sophia Williams", role: "High School Student", imageSrc: "http://img.b2bpic.net/free-photo/charismatic-kind-pleasant-redhead-girl-blue-eyes-smiling-friendly-listen-politely-customer-standing_1258-137341.jpg", imageAlt: "Sophia Williams testimonial"
id: "3", title: "Test Prep Was a Game Changer", quote: "I used the test preparation guides for my physics final, and they were exactly what I needed. Clear, concise, and super effective!", name: "Sophia Williams", role: "High School Student", imageSrc: "http://img.b2bpic.net/free-photo/charismatic-kind-pleasant-redhead-girl-blue-eyes-smiling-friendly-listen-politely-customer-standing_1258-137341.jpg?_wi=3", imageAlt: "Sophia Williams testimonial"
},
{
id: "4", title: "Love the Motivational Tips", quote: "The motivational tips kept me focused and excited about learning. StudyMate isn't just about content—it's about believing in yourself!", name: "Marcus Johnson", role: "High School Student", imageSrc: "http://img.b2bpic.net/free-photo/charismatic-kind-pleasant-redhead-girl-blue-eyes-smiling-friendly-listen-politely-customer-standing_1258-137341.jpg", imageAlt: "Marcus Johnson testimonial"
id: "4", title: "Love the Motivational Tips", quote: "The motivational tips kept me focused and excited about learning. StudyMate isn't just about content—it's about believing in yourself!", name: "Marcus Johnson", role: "High School Student", imageSrc: "http://img.b2bpic.net/free-photo/charismatic-kind-pleasant-redhead-girl-blue-eyes-smiling-friendly-listen-politely-customer-standing_1258-137341.jpg?_wi=4", imageAlt: "Marcus Johnson testimonial"
}
]}
textboxLayout="default"