Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 21:10:21 +00:00

View File

@@ -1,14 +1,14 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import TextAbout from "@/components/sections/about/TextAbout";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import TextAbout from '@/components/sections/about/TextAbout';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import Link from "next/link";
export default function HomePage() {
@@ -22,16 +22,14 @@ export default function HomePage() {
const footerColumns = [
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 Call: 0301 9350893", href: "tel:03019350893" },
{ label: "📍 R3GJ+298, Qayyumabad", href: "#" },
{ label: "🕐 Open 24 Hours", href: "#" },
],
},
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Our Birds", href: "/our-birds" },
@@ -39,8 +37,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Support", href: "tel:03019350893" },
@@ -74,24 +71,21 @@ export default function HomePage() {
tag="24-Hour Local Bird Shop"
title="Karachi's Trusted Bird Shop"
description="Healthy birds, fair prices, and friendly service. Open 24 hours in Qayyumabad. Your trusted source for parrots, lovebirds, pigeons, and bird care supplies."
imageSrc="http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg"
imageAlt="Sultan Birds Shop storefront"
mediaAnimation="slide-up"
testimonials={[
{
name: "Ahmed Khan",
handle: "Local Customer",
testimonial: "Best birds in Karachi! Always available when I need them.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
},
name: "Ahmed Khan", handle: "Local Customer", testimonial: "Best birds in Karachi! Always available when I need them.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"},
]}
buttons={[
{ text: "📞 Call Now: 0301 9350893", href: "tel:03019350893" },
{ text: "📝 Send Message", href: "/contact" },
{ text: "📝 Send Message", href: "#quick-contact" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</div>
@@ -102,26 +96,14 @@ export default function HomePage() {
tag="Local Trusted"
metrics={[
{
id: "1",
value: "5.0",
title: "Customer Rating",
items: [
"Verified reviews from locals",
"Trusted by bird enthusiasts",
"Community recommended",
],
id: "1", value: "5.0", title: "Customer Rating", items: [
"Verified reviews from locals", "Trusted by bird enthusiasts", "Community recommended"],
},
{
id: "2",
value: "24/7",
title: "Always Open",
items: ["Day or night service", "Emergency availability", "No closed hours"],
id: "2", value: "24/7", title: "Always Open", items: ["Day or night service", "Emergency availability", "No closed hours"],
},
{
id: "3",
value: "Qayyumabad",
title: "Convenient Location",
items: ["Easy to find address", "Central Karachi location", "Walk-in friendly"],
id: "3", value: "Qayyumabad", title: "Convenient Location", items: ["Easy to find address", "Central Karachi location", "Walk-in friendly"],
},
]}
animationType="blur-reveal"
@@ -138,39 +120,19 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Premium Parrots",
description: "Healthy, active parrots of various species. Hand-raised for socialization and friendly temperament.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-two-colorful-parrots-perching-wood_181624-49742.jpg?_wi=1",
imageAlt: "Colorful parrot",
},
title: "Premium Parrots", description: "Healthy, active parrots of various species. Hand-raised for socialization and friendly temperament.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-two-colorful-parrots-perching-wood_181624-49742.jpg", imageAlt: "Colorful parrot"},
{
id: 2,
title: "Lovebirds",
description: "Beautiful and affectionate lovebirds perfect for homes and small spaces. Available in various colors.",
imageSrc: "http://img.b2bpic.net/free-photo/two-birds-branch_181624-8901.jpg?_wi=1",
imageAlt: "Pair of lovebirds",
},
title: "Lovebirds", description: "Beautiful and affectionate lovebirds perfect for homes and small spaces. Available in various colors.", imageSrc: "http://img.b2bpic.net/free-photo/two-birds-branch_181624-8901.jpg", imageAlt: "Pair of lovebirds"},
{
id: 3,
title: "Pigeons",
description: "Racing and fancy pigeons. Trained and untrained varieties available for different purposes.",
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-pigeons-perched-outdoors-daylig_181624-60077.jpg?_wi=1",
imageAlt: "White and grey pigeons",
},
title: "Pigeons", description: "Racing and fancy pigeons. Trained and untrained varieties available for different purposes.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-pigeons-perched-outdoors-daylig_181624-60077.jpg", imageAlt: "White and grey pigeons"},
{
id: 4,
title: "Bird Cages & Housing",
description: "Spacious, well-designed cages for all bird types. Comfort and safety guaranteed.",
imageSrc: "http://img.b2bpic.net/free-photo/open-door-white-bird-cage_1304-3764.jpg",
imageAlt: "Large bird cage",
},
title: "Bird Cages & Housing", description: "Spacious, well-designed cages for all bird types. Comfort and safety guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/open-door-white-bird-cage_1304-3764.jpg", imageAlt: "Large bird cage"},
{
id: 5,
title: "Feed & Accessories",
description: "Premium bird feed, toys, perches, and all accessories you need for bird care.",
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bird-perched-with-trees_181624-38304.jpg",
imageAlt: "Bird feed and toys",
},
title: "Feed & Accessories", description: "Premium bird feed, toys, perches, and all accessories you need for bird care.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bird-perched-with-trees_181624-38304.jpg", imageAlt: "Bird feed and toys"},
]}
animationType="blur-reveal"
textboxLayout="default"
@@ -184,7 +146,7 @@ export default function HomePage() {
title="Why Choose Sultan Birds Shop? We're open 24/7, provide healthy and active birds, fair prices, friendly and knowledgeable service, and easy location access in Qayyumabad. Your birds' wellbeing is our priority."
buttons={[
{ text: "📞 Call: 0301 9350893", href: "tel:03019350893" },
{ text: "Visit Us Today", href: "/contact" },
{ text: "Visit Us Today", href: "#contact" },
]}
useInvertedBackground={true}
/>
@@ -198,9 +160,7 @@ export default function HomePage() {
buttons={[
{ text: "📞 Call Now: 0301 9350893", href: "tel:03019350893" },
{
text: "📍 Get Directions",
href: "https://maps.google.com/?q=R3GJ+298+B+Area+Qayyumabad+Karachi",
},
text: "📍 Get Directions", href: "https://maps.google.com/?q=R3GJ+298+B+Area+Qayyumabad+Karachi"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -214,26 +174,11 @@ export default function HomePage() {
tag="Gallery"
products={[
{
id: "1",
name: "Shop Interior",
price: "Open 24/7",
imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg?_wi=1",
imageAlt: "Shop interior",
},
id: "1", name: "Shop Interior", price: "Open 24/7", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg", imageAlt: "Shop interior"},
{
id: "2",
name: "Bird Collection",
price: "Fresh Daily",
imageSrc: "http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg?_wi=2",
imageAlt: "Our bird collection",
},
id: "2", name: "Bird Collection", price: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg", imageAlt: "Our bird collection"},
{
id: "3",
name: "Shop Location",
price: "Qayyumabad",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-girl-walking-down-street-funny-sunglasses_231208-2827.jpg?_wi=1",
imageAlt: "Shop exterior",
},
id: "3", name: "Shop Location", price: "Qayyumabad", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-girl-walking-down-street-funny-sunglasses_231208-2827.jpg", imageAlt: "Shop exterior"},
]}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"