diff --git a/frontend/src/LandingPage.jsx b/frontend/src/LandingPage.jsx
index 3f90794..7bed793 100644
--- a/frontend/src/LandingPage.jsx
+++ b/frontend/src/LandingPage.jsx
@@ -19,7 +19,6 @@ import { motion, AnimatePresence } from "framer-motion";
import ServicesMarquee from "./components/ServicesMarquee";
import { Star } from "lucide-react"; // Import Star icon for testimonials
-
/* ─────────────────────────────────────────────
Reusable animated section wrapper
───────────────────────────────────────────── */
@@ -128,7 +127,8 @@ const TESTIMONIALS = [
name: "Sarah Chen",
role: "Software Engineer, Google",
rating: 5,
- review: "PrepPilot AI was a game-changer for my Google interviews. The AI-generated questions were spot on, and the detailed explanations helped me understand complex topics deeply. Highly recommend!",
+ review:
+ "PrepPilot AI was a game-changer for my Google interviews. The AI-generated questions were spot on, and the detailed explanations helped me understand complex topics deeply. Highly recommend!",
tags: ["DSA", "System Design", "Google"],
avatar: "https://randomuser.me/api/portraits/women/1.jpg",
},
@@ -137,7 +137,8 @@ const TESTIMONIALS = [
name: "David Lee",
role: "Frontend Developer, Meta",
rating: 5,
- review: "The UI design questions and React deep-dives were incredibly helpful for my Meta interview. The platform's ability to simulate real interview scenarios is unmatched.",
+ review:
+ "The UI design questions and React deep-dives were incredibly helpful for my Meta interview. The platform's ability to simulate real interview scenarios is unmatched.",
tags: ["Frontend", "React", "Meta"],
avatar: "https://randomuser.me/api/portraits/men/2.jpg",
},
@@ -146,7 +147,8 @@ const TESTIMONIALS = [
name: "Priya Sharma",
role: "SDE-2, Amazon",
rating: 4,
- review: "Amazon's LP questions are tricky, but PrepPilot's behavioral prep helped me structure my STAR stories perfectly. Landed the offer!",
+ review:
+ "Amazon's LP questions are tricky, but PrepPilot's behavioral prep helped me structure my STAR stories perfectly. Landed the offer!",
tags: ["Behavioral", "Leadership Principles", "Amazon"],
avatar: "https://randomuser.me/api/portraits/women/3.jpg",
},
@@ -155,7 +157,8 @@ const TESTIMONIALS = [
name: "Michael Brown",
role: "Backend Engineer, Microsoft",
rating: 5,
- review: "The OOP design questions and system design challenges were excellent. PrepPilot helped me refine my approach and articulate my solutions clearly.",
+ review:
+ "The OOP design questions and system design challenges were excellent. PrepPilot helped me refine my approach and articulate my solutions clearly.",
tags: ["OOP Design", "System Design", "Microsoft"],
avatar: "https://randomuser.me/api/portraits/men/4.jpg",
},
@@ -164,7 +167,8 @@ const TESTIMONIALS = [
name: "Jessica Wong",
role: "Junior Developer",
rating: 4,
- review: "As a fresher, I found the 'Easy' and 'Medium' DSA sheets invaluable. PrepPilot made learning fun and boosted my confidence for my first job.",
+ review:
+ "As a fresher, I found the 'Easy' and 'Medium' DSA sheets invaluable. PrepPilot made learning fun and boosted my confidence for my first job.",
tags: ["DSA", "Entry Level", "Fresher"],
avatar: "https://randomuser.me/api/portraits/women/5.jpg",
},
@@ -173,7 +177,8 @@ const TESTIMONIALS = [
name: "Omar Khan",
role: "DevOps Engineer",
rating: 5,
- review: "The project ideas section gave me inspiration for my portfolio, and the compiler helped me practice coding challenges efficiently. Great tool!",
+ review:
+ "The project ideas section gave me inspiration for my portfolio, and the compiler helped me practice coding challenges efficiently. Great tool!",
tags: ["DevOps", "Projects", "Coding"],
avatar: "https://randomuser.me/api/portraits/men/6.jpg",
},
@@ -182,7 +187,8 @@ const TESTIMONIALS = [
name: "Emily White",
role: "Data Scientist",
rating: 4,
- review: "Even for data science roles, the system design and problem-solving sections were beneficial. The AI explanations are a lifesaver!",
+ review:
+ "Even for data science roles, the system design and problem-solving sections were beneficial. The AI explanations are a lifesaver!",
tags: ["Problem Solving", "AI", "Data Science"],
avatar: "https://randomuser.me/api/portraits/women/7.jpg",
},
@@ -197,7 +203,9 @@ const StarRating = ({ count }) => (
"{testimonial.review}"
++ "{testimonial.review}" +
{testimonial.name}
{testimonial.role}
@@ -341,7 +358,6 @@ const LandingPage = () => { {/* Right buttons */}
+
+ PrepPilot AI
+
+ + Last Updated: June 22, 2026 +
++ If you have any questions about our Cookies Policy, feel free to + reach out. +
+ + Contact Legal Team + ++ This Cookies Policy explains how PrepPilot AI ("we", "us", or "our") + uses cookies and similar tracking technologies when you visit our + website and use our services. +
++ By using PrepPilot AI, you consent to the use of cookies as + described in this policy. If you do not agree, you should adjust + your browser settings accordingly. +
++ Cookies are small text files that are placed on your device (computer, + smartphone, or tablet) when you visit a website. They help websites + remember your preferences, improve user experience, and provide + analytical information. +
+ ); + + case "why-we-use": + return ( ++ These cookies are necessary for the website to function properly. + They cannot be disabled. +
++ Help us understand how visitors interact with our platform using + tools like Google Analytics. +
++ Allow us to remember your preferences such as theme, language, or + saved progress. +
++ May be used to deliver more relevant content and advertisements + (if applicable). +
++ We may work with third-party service providers who set cookies on + our site for analytics, security, and performance purposes. These + include: +
++ These third parties have their own privacy and cookie policies. +
++ You can control and manage cookies through your browser settings. + Most browsers allow you to: +
++ Please note that disabling essential cookies may affect the + functionality of PrepPilot AI. +
++ We may update this Cookies Policy from time to time to reflect changes + in our practices or for legal reasons. The updated policy will be + posted on this page with a revised "Last Updated" date. We encourage + you to review this page periodically. +
+ ); + + case "contact": + return ( ++ If you have any questions about our Cookies Policy, please contact us + at:{" "} + + legal@preppilot.ai + +
+ ); + + default: + returnContent coming soon.
; + } +}; + +export default CookiesPolicy;