6 Commits

Author SHA1 Message Date
6e0c339cd2 Merge version_3 into main
Merge version_3 into main
2026-03-30 13:06:30 +00:00
366ce8363d Update theme colors 2026-03-30 13:06:25 +00:00
c8ff516da2 Merge version_3 into main
Merge version_3 into main
2026-03-30 12:55:53 +00:00
a9404b1b78 Update src/app/page.tsx 2026-03-30 12:55:50 +00:00
f84c544b1d Merge version_2 into main
Merge version_2 into main
2026-03-30 12:52:09 +00:00
aab22a7ac0 Update src/app/page.tsx 2026-03-30 12:52:05 +00:00
2 changed files with 57 additions and 69 deletions

View File

@@ -1,65 +1,53 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import HeroPersonalLinks from "@/components/sections/hero/HeroPersonalLinks"; import HeroSplit from "@/components/sections/hero/HeroSplit";
import { Code, Users, Globe, MessageCircle, Sparkles } from "lucide-react"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import { PawPrint, Heart, ShoppingBag } from "lucide-react";
export default function PersonalGridTemplatePage() {
const titleSegments = [
{ type: "text" as const, content: "I help founders" },
{ type: "image" as const, src: "/templates/personal-grid/grid1.webp", alt: "Damien Ghader" },
{ type: "text" as const, content: "build products" },
{ type: "image" as const, src: "/templates/personal-grid/grid2.webp", alt: "" },
{ type: "text" as const, content: "with AI" },
];
const socialLinks = [
{ icon: Globe, label: "damienghader", href: "https://twitter.com" },
{ icon: MessageCircle, label: "damienghader", href: "https://instagram.com" },
{ icon: Sparkles, label: "damienghader", href: "https://linkedin.com" },
];
const linkCards = [
{
icon: Code,
title: "Work with my agency",
description: "Work with my agency to build your MVP",
button: { text: "Get started", href: "#" },
},
{
icon: Sparkles,
title: "20% off your Webild plan",
description: "Use my promo code to get Webild credits",
button: { text: "Get credits", href: "#" },
},
{
icon: Users,
title: "Join my community",
description: "Join the AI Founders Club",
button: { text: "Sign up", href: "#" },
},
];
export default function PersonalLinkInBioPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="pill"
contentWidth="medium" contentWidth="small"
sizing="medium" sizing="medium"
background="none" background="none"
cardStyle="gradient-bordered" cardStyle="glass-elevated"
primaryButtonStyle="flat" primaryButtonStyle="gradient"
secondaryButtonStyle="solid" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="bold"
> >
<HeroPersonalLinks <div id="hero">
background={{ variant: "downward-rays-animated-grid" }} <HeroSplit
title="I help people design software with AI" title="Paws & Whiskers Collective"
titleSegments={titleSegments} description="Curated essentials, health tips, and community favorites for the happiest dogs and cats. Explore our top picks for your furry best friends."
socialLinks={socialLinks} background={{ variant: "sparkles-gradient" }}
linkCards={linkCards} imageSrc="https://images.unsplash.com/photo-1514888286974-6c03e2ca1dba?w=800&h=800&fit=crop"
imageAlt="Cute cat and dog"
buttons={[
{ text: "Shop Favorites", href: "#products" },
{ text: "Read Our Guides", href: "#guides" }
]}
buttonAnimation="slide-up"
className="py-20"
/> />
</div>
<div id="products">
<FeatureCardEight
title="Essential Collections"
description="From organic treats to durable enrichment toys, we've hand-picked everything your pet needs to thrive."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: 1, title: "Healthy Treats", description: "Nutrient-rich snacks for training and rewards.", imageSrc: "https://images.unsplash.com/photo-1585559895316-29177119f074?w=400&h=400&fit=crop" },
{ id: 2, title: "Enrichment Toys", description: "Mental stimulation to keep minds sharp.", imageSrc: "https://images.unsplash.com/photo-1544568100-847a9b858f65?w=400&h=400&fit=crop" },
{ id: 3, title: "Cozy Bedding", description: "Supreme comfort for dream-filled naps.", imageSrc: "https://images.unsplash.com/photo-1592194996308-7b43878e84a6?w=400&h=400&fit=crop" }
]}
/>
</div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #f9f9f9;
--foreground: #ffffffe6; --foreground: #000612e6;
--primary-cta: #e6e6e6; --primary-cta: #15479c;
--primary-cta-text: #0a0a0a; --primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a; --secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffffe6; --secondary-cta-text: #000612e6;
--accent: #737373; --accent: #e2e2e2;
--background-accent: #737373; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);