Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75a9941d02 | |||
| dadd586a83 | |||
| 9e62ac67bc | |||
| d61d2b5ad6 |
@@ -7,7 +7,6 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
@@ -46,8 +45,8 @@ export default function LandingPage() {
|
||||
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."
|
||||
testimonials={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-concert-hall-iceland-with-lot-visitors_181624-10671.jpg"
|
||||
imageAlt="Engineering Campus"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzmteWuRNOXUWxEqddmh7JMUmC/uploaded-1777397667628-bsfos97n.jpg"
|
||||
imageAlt="Engineering Campus Facility"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,7 +104,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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." },
|
||||
]}
|
||||
title="Quick Answers"
|
||||
@@ -119,7 +118,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
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: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user