Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 20 additions & 11 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,26 @@ const team = [
image: "/melody.jpg",
},
{
name: "Sarah Chen",
role: "CTO",
bio: "AI/ML expert with experience at Google and Microsoft, specializing in real-time speech processing.",
image: "/professional-headshot-of-sarah-chen.jpg",
name: "Arixe",
role: "Backend Developer",
bio:
`Professional backend developer, Arixe is a passionate and resiliant developer that not only writes efficient code,
but also is soft spoken and communicates greatly`,
image: "/Arixe.jpg",
},
{
name: "Michael Rodriguez",
role: "Head of Product",
bio: "Former product manager at Zoom, passionate about inclusive design and accessibility.",
image: "/professional-headshot-of-michael-rodriguez.jpg",
name: "Victory",
role: "Business Developer",
bio: "Growth-driven Business Developer specializing in lead generation, client acquisition, and long-term relationship management.",
image: "/Victory.jpg",
},
{
name:'Hikaru',
role:"Frontend Developer",
bio:
`Passionate Frontend Developer turning ideas into sleek, interactive interfaces with clean code and great design.`,
image:'/Hikaru.jpg',
}
]

const stats = [
Expand Down Expand Up @@ -259,7 +268,7 @@ export default function AboutPage() {
working toward universal educational access.
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Button size="lg" variant="secondary" className="text-lg px-8 bg-white hover:bg-sidebar-accent-foreground transition-all hover:text-white" asChild>
<Button size="lg" variant="secondary" className="text-lg px-8" asChild>
<Link href="/signup">
Get Started Today
<ArrowRight className="ml-2 h-5 w-5" />
Expand All @@ -268,7 +277,7 @@ export default function AboutPage() {
<Button
size="lg"
variant="outline"
className="text-lg px-8 border-primary-foreground/20 text-primary-foreground hover:bg-primary-foreground/10 bg-transparent"
className="text-lg px-8 border-primary-foreground/20 text-primary-foreground hover:text-secondary-foreground bg-transparent"
asChild
>
<Link href="/careers">Join Our Team</Link>
Expand All @@ -283,7 +292,7 @@ export default function AboutPage() {
<footer className="border-t border-border bg-muted/30">
<div className="container mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div className="text-center text-muted-foreground">
<p>&copy; 2024 Gossiper. All rights reserved. Making education accessible worldwide.</p>
<p>&copy; {new Date().getFullYear()} Gossiper. All rights reserved. Making education accessible worldwide.</p>
</div>
</div>
</footer>
Expand Down
17 changes: 13 additions & 4 deletions app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,25 @@ const contactMethods = [
icon: Mail,
title: "Email Support",
description: "Get help via email within 24 hours",
contact: "support@gossiper.ai",
contact: "Gossiperai.sol@gmail.com",
action: "Send Email",
href:'mailto:Gossiperai.sol@gmail.com'
},
{
icon: MessageCircle,
title: "Live Chat",
description: "Chat with our support team",
contact: "Available 9 AM - 6 PM WAT",
action: "Start Chat",
href:'#'
},
{
icon: Phone,
title: "Phone Support",
description: "Speak directly with our team",
contact: "+234 (0) 123 456 7890",
contact: "+234 (0) 705 968 8128",
action: "Call Now",
href:'tel:+2347059688128'
},
]

Expand Down Expand Up @@ -132,9 +135,15 @@ export default function ContactPage() {
</CardHeader>
<CardContent className="space-y-4">
<p className="font-medium">{method.contact}</p>
{method.href ?(
<a href={method.href} className="w-full block">
<Button variant="outline" className="w-full bg-transparent">{method.action}</Button>
</a>
):(
<Button variant="outline" className="w-full bg-transparent">
{method.action}
</Button>
)}
</CardContent>
</Card>
)
Expand Down Expand Up @@ -242,7 +251,7 @@ export default function ContactPage() {
</>
)}
</Button>
<Button type="button" variant="outline" asChild>
<Button type="button" variant="outline" className="hover:text-secondary-foreground" asChild>
<Link href="/help">Visit Help Center</Link>
</Button>
</div>
Expand Down Expand Up @@ -317,7 +326,7 @@ export default function ContactPage() {
<footer className="border-t border-border bg-background">
<div className="container mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div className="text-center text-muted-foreground">
<p>&copy; 2024 Gossiper. All rights reserved. We're here to help.</p>
<p>&copy; {new Date().getFullYear()} Gossiper. All rights reserved. We're here to help.</p>
</div>
</div>
</footer>
Expand Down
6 changes: 3 additions & 3 deletions app/features/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function FeaturesPage() {
Gossiper combines cutting-edge AI technology with thoughtful design to create the most comprehensive
real-time captioning and translation platform for education.
</p>
<Button size="lg" className="text-lg px-8 hover:bg-black" asChild>
<Button size="lg" className="text-lg px-8" asChild>
<Link href="/signup">
Start Free Trial
<ArrowRight className="ml-2 h-5 w-5" />
Expand Down Expand Up @@ -290,7 +290,7 @@ export default function FeaturesPage() {
Join educators worldwide who are making their content accessible to every student.
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Button size="lg" variant="secondary" className="text-lg px-8 bg-white hover:bg-sidebar-accent-foreground transition-all hover:text-white" asChild>
<Button size="lg" variant="secondary" className="text-lg px-8 " asChild>
<Link href="/signup">
Start Free Trial
<ArrowRight className="ml-2 h-5 w-5" />
Expand All @@ -299,7 +299,7 @@ export default function FeaturesPage() {
<Button
size="lg"
variant="outline"
className="text-lg px-8 border-primary-foreground/20 text-primary-foreground hover:bg-primary-foreground/10 bg-transparent"
className="text-lg px-8 border-primary-foreground/20 text-primary-foreground hover:bg-primary-foreground/10 bg-transparent hover:text-secondary-foreground"
asChild
>
<Link href="/pricing">View Pricing</Link>
Expand Down
10 changes: 5 additions & 5 deletions app/help/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ export default function HelpPage() {
</li>
))}
</ul>
<Button variant="outline" className="w-full mt-6 bg-transparent">
{/* <Button variant="outline" className="w-full mt-6 bg-transparent">
View All Articles
</Button>
</Button> */}
</CardContent>
</Card>
)
Expand Down Expand Up @@ -254,7 +254,7 @@ export default function HelpPage() {
education experts.
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Button size="lg" variant="secondary" className="text-lg px-8 bg-white hover:bg-sidebar-accent-foreground transition-all hover:text-white" asChild>
<Button size="lg" variant="secondary" className="text-lg px-8" asChild>
<Link href="/contact">
Contact Support
<ArrowRight className="ml-2 h-5 w-5" />
Expand All @@ -263,7 +263,7 @@ export default function HelpPage() {
<Button
size="lg"
variant="outline"
className="text-lg px-8 border-primary-foreground/20 text-primary-foreground hover:bg-primary-foreground/10 bg-transparent"
className="text-lg px-8 border-primary-foreground/20 text-primary-foreground hover:text-secondary-foreground bg-transparent"
asChild
>
<Link href="/signup">Start Free Trial</Link>
Expand All @@ -278,7 +278,7 @@ export default function HelpPage() {
<footer className="border-t border-border bg-background">
<div className="container mx-auto px-4 sm:px-6 lg:px-8 py-12">
<div className="text-center text-muted-foreground">
<p>&copy; 2024 Gossiper. All rights reserved. Here to help you succeed.</p>
<p>&copy; {new Date().getFullYear()} Gossiper. All rights reserved. Here to help you succeed.</p>
</div>
</div>
</footer>
Expand Down
Loading