Description
import crowdImage from ‘@assets/07958510183_people_waering_glassess_–v_7_518710ae-4ec6-4314-8cc7-6a2891ac71bc_0_1759665080168.png’;
import blackFramesModel from ‘@assets/07958510183_high_end_images_of_fasion_people_wearing_glassess_663c2ce9-8237-4872-af50-64fbd23836fc_3_1759665080169.png’;
import colorfulFrames from ‘@assets/07958510183_glassess_wearers_–v_7_e624c218-08f9-4842-bb05-122447df3de5_1_1759665080170.png’;
import jeweledFramesModel from ‘@assets/07958510183_high_end_images_of_fasion_people_wearing_glassess_663c2ce9-8237-4872-af50-64fbd23836fc_2_1759665080171.png’;
import illustrationArt from ‘@assets/07958510183_glassess_wearers_–v_7_e624c218-08f9-4842-bb05-122447df3de5_3_1759665080171.png’;
import bwGroupImage from ‘@assets/07958510183_people_waering_glassess_–v_7_518710ae-4ec6-4314-8cc7-6a2891ac71bc_3_1759665080172.png’;
import tomFordDisplay from ‘@assets/S Patel Kilburn Opticians 132_1759665080174.jpg’;
import happyCouple from ‘@assets/Untitled design (61)_1759665080174.png’;
import guideImage from ‘@assets/faveshape_1759665080173.jpg’;
import funPair1 from ‘@assets/f2a99c1d-c9cf-41cb-bfc3-fed1a71573a3_1759665987675.jpg’;
import funPair2 from ‘@assets/23f21af5-b561-4739-b599-96fde87bb429_1759665998697.jpg’;
import funGroup from ‘@assets/438bdb18-4af6-46c4-9597-2957e68578f0_1759665998698.jpg’;
import professionalPair from ‘@assets/8bad5dce-a0a9-4177-a681-b9086284ef85_1759665998699.jpg’;
import celebPair from ‘@assets/be67cd75-98d4-4936-8e25-811a563a6d6c_1759665998699.jpg’;
import formalTrio from ‘@assets/4cc742b4-838e-4498-8654-11d84c033d19_1759665998700.jpg’;
const FACE_ITEMS = [
{
id: ‘crowd’,
image: crowdImage,
label: ‘MODERN CROWD’,
frames: ‘Contemporary Eyewear’,
},
{
id: ‘black-frames’,
image: blackFramesModel,
label: ‘BOLD STATEMENT’,
frames: ‘Oversized Luxury’,
},
{
id: ‘fun-pair-1’,
image: funPair1,
label: ‘EXPRESS YOURSELF’,
frames: ‘Vibrant Frames’,
},
{
id: ‘colorful’,
image: colorfulFrames,
label: ‘VINTAGE COLLECTION’,
frames: ‘Artisan Frames’,
},
{
id: ‘fun-pair-2’,
image: funPair2,
label: ‘PERFECT MATCH’,
frames: ‘Bold Blue Frames’,
},
{
id: ‘jeweled’,
image: jeweledFramesModel,
label: ‘HAUTE COUTURE’,
frames: ‘Embellished Eyewear’,
},
{
id: ‘guide’,
image: guideImage,
label: ‘FACE SHAPE GUIDE’,
frames: ‘Find Your Perfect Match’,
},
{
id: ‘fun-group’,
image: funGroup,
label: ‘GOOD TIMES’,
frames: ‘Style For Everyone’,
},
{
id: ‘illustration’,
image: illustrationArt,
label: ‘ARTISTIC VISION’,
frames: ‘Editorial Style’,
},
{
id: ‘professional-pair’,
image: professionalPair,
label: ‘PROFESSIONAL STYLE’,
frames: ‘Classic Elegance’,
},
{
id: ‘bw-group’,
image: bwGroupImage,
label: ‘TIMELESS ELEGANCE’,
frames: ‘Classic Frames’,
},
{
id: ‘celeb-pair’,
image: celebPair,
label: ‘RED CARPET READY’,
frames: ‘Celebrity Style’,
},
{
id: ‘tom-ford’,
image: tomFordDisplay,
label: ‘LUXURY DESIGNER’,
frames: ‘Premium Collection’,
},
{
id: ‘formal-trio’,
image: formalTrio,
label: ‘BLACK TIE’,
frames: ‘Sophisticated Eyewear’,
},
{
id: ‘couple’,
image: happyCouple,
label: ‘PERFECT PAIR’,
frames: ‘Sophisticated Style’,
},
];
const ITEMS = […FACE_ITEMS, …FACE_ITEMS, …FACE_ITEMS];
export default function ScrollingBanner() {
return (
Choosing Your Glasses
Has Never Been Easier
{/* Scrolling Banner */}
{item.label}
{item.frames}
))}
);
}



There are no reviews yet.