Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-06 22:32:34 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Kittens",
id: "#kittens",
},
{
name: "Our Values",
id: "#values",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "Kittens", id: "#kittens" },
{ name: "Our Values", id: "#values" },
{ name: "Contact", id: "#contact" }
]}
brandName="Christable Gilded Circle"
/>
@@ -58,70 +46,20 @@ export default function LandingPage() {
title="British Elegance. Raised with Love."
description="Premium British Shorthair kittens, ethically bred, health guaranteed, and raised in a loving home."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Our kitten is perfect—healthy and so loving!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143844.jpg",
},
{
name: "Michael C.",
handle: "@mikec",
testimonial: "Smooth process and very trustworthy breeder.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pets-morning-comfort-rest-people-concept_158595-7406.jpg",
},
{
name: "Emily R.",
handle: "@emilyr",
testimonial: "You can tell these kittens are raised with care.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15979.jpg",
},
{
name: "David K.",
handle: "@davidk",
testimonial: "Exceptional communication throughout the adoption.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-wearing-eyeglasses-playing-white-puppy_23-2148164506.jpg",
},
{
name: "Lisa M.",
handle: "@lisam",
testimonial: "Such a healthy, well-socialized kitten.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-holding-cup-goat-milk-while-playing-with-dog_23-2148673072.jpg",
},
]}
buttons={[
{
text: "Reserve Your Kitten",
href: "#contact",
},
{ name: "Sarah J.", handle: "@sarahj", testimonial: "Our kitten is perfect—healthy and so loving!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-pet_23-2149143844.jpg" },
{ name: "Michael C.", handle: "@mikec", testimonial: "Smooth process and very trustworthy breeder.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pets-morning-comfort-rest-people-concept_158595-7406.jpg" },
{ name: "Emily R.", handle: "@emilyr", testimonial: "You can tell these kittens are raised with care.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15979.jpg" },
{ name: "David K.", handle: "@davidk", testimonial: "Exceptional communication throughout the adoption.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-wearing-eyeglasses-playing-white-puppy_23-2148164506.jpg" },
{ name: "Lisa M.", handle: "@lisam", testimonial: "Such a healthy, well-socialized kitten.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-holding-cup-goat-milk-while-playing-with-dog_23-2148673072.jpg" }
]}
buttons={[{ text: "Reserve Your Kitten", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-cute-little-black-white-kitten-basket-with-green-textile_181624-53490.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/low-angle-shot-cute-kitten-sitting-couch_181624-15583.jpg",
alt: "Low angle shot of a cute kitten sitting on the couch",
},
{
src: "http://img.b2bpic.net/free-photo/pets-morning-comfort-rest-people-concept_158595-7400.jpg",
alt: "Pets, morning, comfort, rest and people concept",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-very-cute-kitty-sofa_181624-42196.jpg",
alt: "Closeup shot of a very cute kitty on the sofa",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-beautiful-cat-with-owner_23-2149216344.jpg",
alt: "Close up on beautiful cat with the owner",
},
{
src: "http://img.b2bpic.net/free-photo/long-haired-young-woman-holding-her-cat_1140-223.jpg",
alt: "Long-haired young woman holding her cat",
},
{ src: "http://img.b2bpic.net/free-photo/low-angle-shot-cute-kitten-sitting-couch_181624-15583.jpg", alt: "Low angle shot of a cute kitten sitting on the couch" },
{ src: "http://img.b2bpic.net/free-photo/pets-morning-comfort-rest-people-concept_158595-7400.jpg", alt: "Pets, morning, comfort, rest and people concept" },
{ src: "http://img.b2bpic.net/free-photo/closeup-shot-very-cute-kitty-sofa_181624-42196.jpg", alt: "Closeup shot of a very cute kitty on the sofa" },
{ src: "http://img.b2bpic.net/free-photo/close-up-beautiful-cat-with-owner_23-2149216344.jpg", alt: "Close up on beautiful cat with the owner" },
{ src: "http://img.b2bpic.net/free-photo/long-haired-young-woman-holding-her-cat_1140-223.jpg", alt: "Long-haired young woman holding her cat" }
]}
/>
</div>
@@ -131,22 +69,11 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
animationType="blur-reveal"
metrics={[
{
id: "m1",
value: "100%",
description: "Health Guarantee",
},
{
id: "m2",
value: "Lifetime",
description: "Support Included",
},
{
id: "m3",
value: "Vet",
description: "Certified Checks",
},
{ id: "m1", value: "100%", description: "Health Guarantee" },
{ id: "m2", value: "Lifetime", description: "Support Included" },
{ id: "m3", value: "Vet", description: "Certified Checks" }
]}
title="Quality Assurance"
description="We pride ourselves on the highest standards of care and breeding excellence."
@@ -160,48 +87,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "British Shorthair #1",
price: "Reserved",
variant: "Available",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-man-petting-cat_23-2150139653.jpg",
},
{
id: "p2",
name: "British Shorthair #2",
price: "Available",
variant: "Calm",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-cat_23-2149214422.jpg",
},
{
id: "p3",
name: "British Shorthair #3",
price: "Available",
variant: "Plush",
imageSrc: "http://img.b2bpic.net/free-photo/young-domestic-white-cat-chilling-comfy-position-yellow-background_1268-19882.jpg",
},
{
id: "p4",
name: "British Shorthair #4",
price: "Available",
variant: "Active",
imageSrc: "http://img.b2bpic.net/free-photo/gray-cat-relaxing_176474-6812.jpg",
},
{
id: "p5",
name: "British Shorthair #5",
price: "Available",
variant: "Sweet",
imageSrc: "http://img.b2bpic.net/free-photo/view-adorable-kitten-inside-house_23-2150758116.jpg",
},
{
id: "p6",
name: "British Shorthair #6",
price: "Available",
variant: "Affectionate",
imageSrc: "http://img.b2bpic.net/free-photo/gray-adult-cat-lies-floor_661209-580.jpg",
},
{ id: "p1", name: "British Shorthair #1", price: "Reserved", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-man-petting-cat_23-2150139653.jpg" },
{ id: "p2", name: "British Shorthair #2", price: "Available", variant: "Calm", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-cat_23-2149214422.jpg" },
{ id: "p3", name: "British Shorthair #3", price: "Available", variant: "Plush", imageSrc: "http://img.b2bpic.net/free-photo/young-domestic-white-cat-chilling-comfy-position-yellow-background_1268-19882.jpg" },
{ id: "p4", name: "British Shorthair #4", price: "Available", variant: "Active", imageSrc: "http://img.b2bpic.net/free-photo/gray-cat-relaxing_176474-6812.jpg" },
{ id: "p5", name: "British Shorthair #5", price: "Available", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/view-adorable-kitten-inside-house_23-2150758116.jpg" },
{ id: "p6", name: "British Shorthair #6", price: "Available", variant: "Affectionate", imageSrc: "http://img.b2bpic.net/free-photo/gray-adult-cat-lies-floor_661209-580.jpg" }
]}
title="Available Kittens"
description="Meet our latest arrivals looking for their forever homes."
@@ -213,21 +104,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Choose Christable?"
metrics={[
{
icon: Shield,
label: "Health",
value: "Guaranteed",
},
{
icon: Home,
label: "Family",
value: "Raised",
},
{
icon: Heart,
label: "Ethics",
value: "Prioritized",
},
{ icon: Shield, label: "Health", value: "Guaranteed" },
{ icon: Home, label: "Family", value: "Raised" },
{ icon: Heart, label: "Ethics", value: "Prioritized" }
]}
metricsAnimation="slide-up"
/>
@@ -237,31 +116,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-hugging-cute-cat_23-2149242552.jpg",
},
{
id: "t2",
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/family-sitting-sofa-with-dog-christmas_23-2147583236.jpg",
},
{
id: "t3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/female-white-dress-posing-with-grey-cute-kitten_140725-25721.jpg",
},
{
id: "t4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-holding-book-dog_23-2148861603.jpg",
},
{
id: "t5",
name: "Lisa M.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-japanese-woman-with-cat_23-2150492139.jpg",
},
{ id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-hugging-cute-cat_23-2149242552.jpg" },
{ id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/family-sitting-sofa-with-dog-christmas_23-2147583236.jpg" },
{ id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/female-white-dress-posing-with-grey-cute-kitten_140725-25721.jpg" },
{ id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-holding-book-dog_23-2148861603.jpg" },
{ id: "t5", name: "Lisa M.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-japanese-woman-with-cat_23-2150492139.jpg" }
]}
cardTitle="Happy Families"
cardTag="Stories"
@@ -275,38 +134,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
label: "01",
title: "Contact",
items: [
"Reach out to inquire about current litter availability.",
],
},
{
id: "f2",
label: "02",
title: "Match",
items: [
"We guide you to the perfect kitten based on your lifestyle.",
],
},
{
id: "f3",
label: "03",
title: "Reserve",
items: [
"Deposit secures your choice and kitten reservation.",
],
},
{
id: "f4",
label: "04",
title: "Delivery",
items: [
"Safe transport to your home or in-person pickup.",
],
},
{ id: "f1", label: "01", title: "Contact", items: ["Reach out to inquire about current litter availability."] },
{ id: "f2", label: "02", title: "Match", items: ["We guide you to the perfect kitten based on your lifestyle."] },
{ id: "f3", label: "03", title: "Reserve", items: ["Deposit secures your choice and kitten reservation."] },
{ id: "f4", label: "04", title: "Delivery", items: ["Safe transport to your home or in-person pickup."] }
]}
title="Simple Adoption Process"
description="We make the journey to your new kitten transparent and joyful."
@@ -317,21 +148,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Are kittens vaccinated?",
content: "Yes, all kittens undergo full vet checks and vaccination cycles before leaving.",
},
{
id: "q2",
title: "Do you offer delivery?",
content: "Yes, we coordinate safe and stress-free delivery options for our kittens.",
},
{
id: "q3",
title: "How do I reserve?",
content: "Simply contact us through our form, and we will guide you through the process.",
},
{ id: "q1", title: "Are kittens vaccinated?", content: "Yes, all kittens undergo full vet checks and vaccination cycles before leaving." },
{ id: "q2", title: "Do you offer delivery?", content: "Yes, we coordinate safe and stress-free delivery options for our kittens." },
{ id: "q3", title: "How do I reserve?", content: "Simply contact us through our form, and we will guide you through the process." }
]}
sideTitle="Questions?"
faqsAnimation="blur-reveal"
@@ -341,9 +160,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Get In Touch"
title="Ready to Adopt?"
description="Have questions about our British Shorthairs or want to support our mission? Reach out."
@@ -356,38 +173,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Kittens",
href: "#kittens",
},
{
label: "Process",
href: "#process",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
{
label: "Support Us",
href: "#contact",
},
],
},
{ items: [{ label: "Home", href: "#hero" }, { label: "Kittens", href: "#kittens" }, { label: "Process", href: "#process" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Support Us", href: "#contact" }] }
]}
logoText="Christable Gilded Circle"
/>