Merge version_1 into main #2
@@ -5,7 +5,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Corn } from 'lucide-react';
|
||||
import { Circle } from 'lucide-react';
|
||||
|
||||
export default function CornhubPage() {
|
||||
return (
|
||||
@@ -15,7 +15,7 @@ export default function CornhubPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -37,9 +37,9 @@ export default function CornhubPage() {
|
||||
title="Buttery Perfection Awaits"
|
||||
description="Dive into our curated collection of close-up corn content. From golden popcorn to sweet kernels, experience the ultimate corn viewing platform."
|
||||
tag="Premium Corn Content"
|
||||
tagIcon={Corn}
|
||||
tagIcon={Circle}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/yellow-corn-metal-box_23-2147758772.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/yellow-corn-metal-box_23-2147758772.jpg"
|
||||
imageAlt="Golden buttery corn close-up"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -51,24 +51,24 @@ export default function CornhubPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Corn Enthusiast", handle: "@cornaddict", testimonial: "The most satisfying corn content platform ever created!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/popcorn-explosion-delightful-scatter-buttery-goodness_191095-78326.jpg?_wi=1", imageAlt: "close up white popcorn macro shot"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/popcorn-explosion-delightful-scatter-buttery-goodness_191095-78326.jpg", imageAlt: "close up white popcorn macro shot"
|
||||
},
|
||||
{
|
||||
name: "Food Lover", handle: "@foodblog", testimonial: "Absolutely mesmerizing macro photography of corn!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corn-grains-clay-plate-with-cobs-top-view-wooden-table_176474-5903.jpg?_wi=1", imageAlt: "sweet corn kernels golden macro close"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corn-grains-clay-plate-with-cobs-top-view-wooden-table_176474-5903.jpg", imageAlt: "sweet corn kernels golden macro close"
|
||||
},
|
||||
{
|
||||
name: "Content Creator", handle: "@macrographer", testimonial: "Best niche content platform I've ever seen!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-corn-seeds-red-raw-lentils-with-copy-space-grey_140725-12546.jpg?_wi=1", imageAlt: "red corn kernels close up macro"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-corn-seeds-red-raw-lentils-with-copy-space-grey_140725-12546.jpg", imageAlt: "red corn kernels close up macro"
|
||||
},
|
||||
{
|
||||
name: "Healthy Eater", handle: "@wellness", testimonial: "Inspiring content that celebrates natural foods!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-cobs-blue-surface-with-copy-space_141793-9950.jpg?_wi=1", imageAlt: "miniature baby corn macro close up"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-cobs-blue-surface-with-copy-space_141793-9950.jpg", imageAlt: "miniature baby corn macro close up"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -85,25 +85,25 @@ export default function CornhubPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "popcorn-1", name: "Fluffy Popcorn Paradise", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-psd/popcorn-explosion-delightful-scatter-buttery-goodness_191095-78326.jpg?_wi=2", imageAlt: "White fluffy popcorn close-up", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
id: "popcorn-1", name: "Fluffy Popcorn Paradise", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-psd/popcorn-explosion-delightful-scatter-buttery-goodness_191095-78326.jpg", imageAlt: "White fluffy popcorn close-up", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
},
|
||||
{
|
||||
id: "popcorn-2", name: "Buttered Popcorn Dreams", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-popcorn_23-2152005513.jpg", imageAlt: "Golden buttered popcorn macro", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
},
|
||||
{
|
||||
id: "red-corn-1", name: "Red Corn Symphony", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-corn-seeds-red-raw-lentils-with-copy-space-grey_140725-12546.jpg?_wi=2", imageAlt: "Deep red corn kernels detail", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
id: "red-corn-1", name: "Red Corn Symphony", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-corn-seeds-red-raw-lentils-with-copy-space-grey_140725-12546.jpg", imageAlt: "Deep red corn kernels detail", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
},
|
||||
{
|
||||
id: "red-corn-2", name: "Burgundy Harvest", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/corn-close-up_95678-261.jpg", imageAlt: "Burgundy corn on the cob", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
},
|
||||
{
|
||||
id: "sweet-corn-1", name: "Golden Sweet Kernels", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/corn-grains-clay-plate-with-cobs-top-view-wooden-table_176474-5903.jpg?_wi=2", imageAlt: "Golden sweet corn close-up", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
id: "sweet-corn-1", name: "Golden Sweet Kernels", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/corn-grains-clay-plate-with-cobs-top-view-wooden-table_176474-5903.jpg", imageAlt: "Golden sweet corn close-up", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
},
|
||||
{
|
||||
id: "sweet-corn-2", name: "Fresh Yellow Perfection", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/golden-yellow-corn-kernels-close-up_84443-73767.jpg", imageAlt: "Fresh yellow sweet corn macro", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
},
|
||||
{
|
||||
id: "baby-corn-1", name: "Tiny Baby Corn Delight", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-cobs-blue-surface-with-copy-space_141793-9950.jpg?_wi=2", imageAlt: "Miniature baby corn texture", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
id: "baby-corn-1", name: "Tiny Baby Corn Delight", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-cobs-blue-surface-with-copy-space_141793-9950.jpg", imageAlt: "Miniature baby corn texture", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
},
|
||||
{
|
||||
id: "baby-corn-2", name: "Miniature Corn Magic", price: "Watch Now", imageSrc: "http://img.b2bpic.net/free-photo/many-golden-corn-seeds_146671-19116.jpg", imageAlt: "Baby corn cob detail shot", onProductClick: () => window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ", "_blank")
|
||||
@@ -123,7 +123,7 @@ export default function CornhubPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/yellow-corn-metal-box_23-2147758772.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/yellow-corn-metal-box_23-2147758772.jpg"
|
||||
imageAlt="Cornhub footer background"
|
||||
logoText="Cornhub"
|
||||
copyrightText="© 2025 Cornhub | Celebrating Corn Content"
|
||||
|
||||
Reference in New Issue
Block a user