Merge version_1 into main #2
179
src/app/page.tsx
179
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Adopt",
|
||||
id: "adopt",
|
||||
},
|
||||
{
|
||||
name: "Support",
|
||||
id: "faq",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Adopt", id: "adopt" },
|
||||
{ name: "Support", id: "faq" },
|
||||
]}
|
||||
brandName="Happy Paws Shelter"
|
||||
/>
|
||||
@@ -51,18 +39,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Happy Paws"
|
||||
description="Giving every pet a second chance at a loving home. Join our mission to rescue and rehome animals in need."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Pets",
|
||||
href: "#adopt",
|
||||
},
|
||||
{
|
||||
text: "Support Us",
|
||||
href: "#faq",
|
||||
},
|
||||
{ text: "Browse Pets", href: "#adopt" },
|
||||
{ text: "Support Us", href: "#faq" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/portrait-cute-golden-retriever-puppy-wearing-santa-hat_53876-73990.jpg"
|
||||
@@ -75,25 +57,12 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-61520.jpg",
|
||||
alt: "Volunteers helping pets",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "is compassion.",
|
||||
},
|
||||
{ type: "text", content: "Our Mission" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-61520.jpg", alt: "Volunteers helping pets" },
|
||||
{ type: "text", content: "is compassion." },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Our Team",
|
||||
href: "#faq",
|
||||
},
|
||||
{ text: "Meet Our Team", href: "#faq" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,27 +74,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "pet-1",
|
||||
name: "Buddy",
|
||||
price: "Adoption Fee: $50",
|
||||
variant: "Lab Mix",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-owner-holding-chihuahua-dog_23-2150264992.jpg",
|
||||
},
|
||||
{
|
||||
id: "pet-2",
|
||||
name: "Luna",
|
||||
price: "Adoption Fee: $40",
|
||||
variant: "Tabby Cat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-domestic-cat_23-2149167055.jpg",
|
||||
},
|
||||
{
|
||||
id: "pet-3",
|
||||
name: "Daisy",
|
||||
price: "Adoption Fee: $60",
|
||||
variant: "Terrier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cute-dog_23-2147637129.jpg",
|
||||
},
|
||||
{ id: "pet-1", name: "Buddy", price: "Adoption Fee: $50", variant: "Lab Mix", imageSrc: "http://img.b2bpic.net/free-photo/side-view-owner-holding-chihuahua-dog_23-2150264992.jpg" },
|
||||
{ id: "pet-2", name: "Luna", price: "Adoption Fee: $40", variant: "Tabby Cat", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-domestic-cat_23-2149167055.jpg" },
|
||||
{ id: "pet-3", name: "Daisy", price: "Adoption Fee: $60", variant: "Terrier", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cute-dog_23-2147637129.jpg" },
|
||||
]}
|
||||
title="Find Your Friend"
|
||||
description="Meet some of our amazing animals waiting to meet you."
|
||||
@@ -137,46 +88,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Experience",
|
||||
quote: "Buddy has changed our lives. Thank you Happy Paws!",
|
||||
name: "Sarah Miller",
|
||||
role: "Adopter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-63952.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional Team",
|
||||
quote: "They made the adoption process so smooth.",
|
||||
name: "James Chen",
|
||||
role: "Adopter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-curly-european-tanned-woman-holds-happy-pet-dog-pomeranian-spitz_343596-1485.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Wonderful Shelter",
|
||||
quote: "Luna is the best kitten ever.",
|
||||
name: "Emily Davis",
|
||||
role: "Adopter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-adorable-young-caucasian-female-wearing-trendy-knitted-pullover-hugging-her-cute-highbred-pet-sphynx-cat-with-no-fur-purring-arms-her-happy-teenage-female-owner-pets-people_343059-4795.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Highly Recommend",
|
||||
quote: "The support after adoption is amazing.",
|
||||
name: "Robert Smith",
|
||||
role: "Adopter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-dog-s-ear_23-2148302270.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Perfect Match",
|
||||
quote: "Couldn't imagine life without my furry friend now.",
|
||||
name: "Alice Johnson",
|
||||
role: "Adopter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-63952.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", title: "Great Experience", quote: "Buddy has changed our lives. Thank you Happy Paws!", name: "Sarah Miller", role: "Adopter", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-63952.jpg" },
|
||||
{ id: "2", title: "Professional Team", quote: "They made the adoption process so smooth.", name: "James Chen", role: "Adopter", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-curly-european-tanned-woman-holds-happy-pet-dog-pomeranian-spitz_343596-1485.jpg" },
|
||||
{ id: "3", title: "Wonderful Shelter", quote: "Luna is the best kitten ever.", name: "Emily Davis", role: "Adopter", imageSrc: "http://img.b2bpic.net/free-photo/picture-adorable-young-caucasian-female-wearing-trendy-knitted-pullover-hugging-her-cute-highbred-pet-sphynx-cat-with-no-fur-purring-arms-her-happy-teenage-female-owner-pets-people_343059-4795.jpg" },
|
||||
{ id: "4", title: "Highly Recommend", quote: "The support after adoption is amazing.", name: "Robert Smith", role: "Adopter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-checking-dog-s-ear_23-2148302270.jpg" },
|
||||
{ id: "5", title: "Perfect Match", quote: "Couldn't imagine life without my furry friend now.", name: "Alice Johnson", role: "Adopter", imageSrc: "http://img.b2bpic.net/free-photo/girl-plays-with-domestic-rabbit-street-pet-concept_169016-63952.jpg" },
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Hear from our happy families."
|
||||
@@ -188,21 +104,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I adopt?",
|
||||
content: "Simply visit us and meet your potential new pet.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are vaccinations included?",
|
||||
content: "Yes, all animals are fully vaccinated before adoption.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I volunteer?",
|
||||
content: "We always welcome new volunteers to help our animals.",
|
||||
},
|
||||
{ id: "f1", title: "How do I adopt?", content: "Simply visit us and meet your potential new pet." },
|
||||
{ id: "f2", title: "Are vaccinations included?", content: "Yes, all animals are fully vaccinated before adoption." },
|
||||
{ id: "f3", title: "Can I volunteer?", content: "We always welcome new volunteers to help our animals." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Learn more about adoption and support."
|
||||
@@ -213,42 +117,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Adopt",
|
||||
href: "#adopt",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Volunteer",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Donate",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About", href: "#about" }, { label: "Adopt", href: "#adopt" }] },
|
||||
{ items: [{ label: "Volunteer", href: "#faq" }, { label: "Donate", href: "#" }] },
|
||||
{ items: [{ label: "Privacy", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
]}
|
||||
logoText="Happy Paws Shelter"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user