3 Commits

Author SHA1 Message Date
f223fcec96 Update src/app/page.tsx 2026-03-12 16:42:05 +00:00
4b0d766473 Update src/app/page.tsx 2026-03-12 16:36:47 +00:00
57429a758a Merge version_1 into main
Merge version_1 into main
2026-03-12 16:35:23 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Awards", id: "awards" },
{ name: "Contact", id: "contact" }
]}
brandName="Design Academy"
brandName="Dizayn maktabi "
button={{ text: "Apply Now", href: "#contact" }}
/>
</div>
@@ -203,7 +203,7 @@ export default function LandingPage() {
sideDescription="Everything you need to know about applying, our programs, and student life at our design academy."
faqs={[
{
id: "1", title: "What are the admission requirements?", content: "We welcome students with strong portfolios demonstrating creative thinking and design fundamentals. We review academic transcripts, portfolio work, and personal statements holistically. No specific GPA requirement—we value creative potential and design vision."
id: "1", title: "What are the admission requirements?", content: "We welcome students with strong portfolios demonstrating creative thinking and design fundamentals. We review academic transcripts, portfolio work, and personal statements holistically. No specific GPA requirement—we value creative potential and design vision.<br/><br/><strong>Portfolio Format:</strong> Please submit 10-15 of your best design works (PDF, images, or links) showcasing your creative process, final outcomes, and diverse design disciplines. Include case studies explaining your design decisions and impact.<br/><br/><strong>Application Deadline:</strong> Rolling admissions with priority deadlines on March 15 and September 1. Late applications are considered on a space-available basis.<br/><br/><strong>Next Steps:</strong> <a href='https://admissions.designacademy.edu' target='_blank' rel='noopener noreferrer' style='color: inherit; text-decoration: underline; font-weight: 500;'>Visit our application portal</a> to submit your materials, schedule an admissions interview, and track your application status in real-time."
},
{
id: "2", title: "What programs do you offer?", content: "We offer comprehensive programs in Graphic Design, Architecture & Spatial Design, Digital Experience Design, and Motion Graphics. Each program combines Swiss Design principles with cutting-edge technology and hands-on mentorship from industry professionals."
@@ -287,4 +287,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}