4 Commits

Author SHA1 Message Date
75a9941d02 Update src/app/page.tsx 2026-04-28 17:37:35 +00:00
dadd586a83 Merge version_3 into main
Merge version_3 into main
2026-04-28 17:34:41 +00:00
9e62ac67bc Update src/app/page.tsx 2026-04-28 17:34:38 +00:00
d61d2b5ad6 Merge version_2 into main
Merge version_2 into main
2026-04-28 17:32:30 +00:00

View File

@@ -7,7 +7,6 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -46,8 +45,8 @@ export default function LandingPage() {
title="Salem College of Engineering and Technology" title="Salem College of Engineering and Technology"
description="Empowering future engineers with innovation, practical expertise, and a global perspective. Join a legacy of academic excellence." description="Empowering future engineers with innovation, practical expertise, and a global perspective. Join a legacy of academic excellence."
testimonials={[]} testimonials={[]}
imageSrc="http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-concert-hall-iceland-with-lot-visitors_181624-10671.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzmteWuRNOXUWxEqddmh7JMUmC/uploaded-1777397667628-bsfos97n.jpg"
imageAlt="Engineering Campus" imageAlt="Engineering Campus Facility"
/> />
</div> </div>
@@ -105,7 +104,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "q1", title: "Admission Process", content: "Contact our admissions cell at the campus office for full details." }, { id: "q1", title: "Admission Process", content: "Contact our admissions cell at the campus office for full details or call 7904624406." },
{ id: "q2", title: "Campus Location", content: "Located centrally on the Salem-Attur NH-68 highway." }, { id: "q2", title: "Campus Location", content: "Located centrally on the Salem-Attur NH-68 highway." },
]} ]}
title="Quick Answers" title="Quick Answers"
@@ -119,7 +118,7 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
text="Ready to start your engineering career? Get in touch with us." text="Ready to start your engineering career? Get in touch with us at 7904624406."
buttons={[{ text: "Contact Admissions", href: "#" }]} buttons={[{ text: "Contact Admissions", href: "#" }]}
/> />
</div> </div>