Skip to content

Commit aa72352

Browse files
committed
resolving conflict
1 parent 0d766fa commit aa72352

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

src/components/layout/Footer.jsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22
import { IMAGE_PATHS, SOCIAL_LINKS } from '@/lib/constants';
33
import { motion } from 'framer-motion';
4-
import { ArrowUp, Mail, } from 'lucide-react';
4+
import { ArrowUp, Mail,Twitter, Instagram ,Facebook} from 'lucide-react';
55
import Image from 'next/image';
66

77
const SocialIcon = ({ href, Icon, delay, label }) => (
@@ -65,14 +65,7 @@ export default function Footer() {
6565
Empowering students through collaborative coding
6666
</p>
6767
</div>
68-
<motion.div
69-
initial={{ opacity: 0, y: 10 }}
70-
whileInView={{ opacity: 1, y: 0 }}
71-
viewport={{ once: true }}
72-
transition={{ delay: 0.2 }}
73-
>
74-
<DownloadBrochureButton variant="outline" size="default" />
75-
</motion.div>
68+
7669
</motion.div>
7770

7871
<div className="flex flex-col gap-6 md:items-end">

src/components/sections/HeroSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function HeroSection() {
1919
>
2020
<div className="container-custom relative z-10">
2121
<div
22-
className="absolute top-6 right-6 hidden md:flex items-center gap-3 z-30"
22+
className="absolute top-0 right-5 hidden md:flex items-center gap-3 z-30"
2323
style={{
2424
background: 'rgba(255,255,255,0.04)',
2525
border: '1px solid rgba(255,255,255,0.06)',

0 commit comments

Comments
 (0)